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
|
@Nonnull
|
||||||
protected Patient createGoldenPatient() {
|
protected Patient createGoldenPatient() {
|
||||||
Patient patient = new Patient();
|
return createPatient(new Patient(), true, false);
|
||||||
patient.setActive(true);
|
|
||||||
return createPatient(patient, true, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
|
|
Loading…
Reference in New Issue