Reverted active flag check on golden resource
This commit is contained in:
parent
e6f484cefd
commit
07be675484
|
@ -139,9 +139,7 @@ abstract public class BaseMdmR4Test extends BaseJpaR4Test {
|
|||
|
||||
@Nonnull
|
||||
protected Patient createGoldenPatient() {
|
||||
Patient patient = new Patient();
|
||||
patient.setActive(true);
|
||||
return createPatient(patient, true, false);
|
||||
return createPatient(new Patient(), true, false);
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
|
|
Loading…
Reference in New Issue