From 691dd338fee0ee83ff3b03c71e822514dd093a08 Mon Sep 17 00:00:00 2001 From: Enrico Date: Tue, 3 Dec 2024 17:54:10 -0300 Subject: [PATCH] fix: Fix test --- .../DataIntegrityEmptyCustomDataEntryFormsControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/dataintegrity/DataIntegrityEmptyCustomDataEntryFormsControllerTest.java b/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/dataintegrity/DataIntegrityEmptyCustomDataEntryFormsControllerTest.java index 1006e7529f1a..0c9745a152e9 100644 --- a/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/dataintegrity/DataIntegrityEmptyCustomDataEntryFormsControllerTest.java +++ b/dhis-2/dhis-test-web-api/src/test/java/org/hisp/dhis/webapi/controller/dataintegrity/DataIntegrityEmptyCustomDataEntryFormsControllerTest.java @@ -238,7 +238,7 @@ void testEmptyEventFormHasIntegrityIssues() { "id": "%s", "name": "Test", "shortName": "Test", - "programType": "WITHOUT_REGISTRATION", + "programType": "WITH_REGISTRATION", "categoryCombo": {"id": "%s"}, "programStages": [{"id": "%s"}] }