diff --git a/progression-integration-test/src/test/java/uk/gov/moj/cpp/progression/PrisonCourtRegisterDocumentRequestWithAmpIT.java b/progression-integration-test/src/test/java/uk/gov/moj/cpp/progression/PrisonCourtRegisterDocumentRequestWithAmpIT.java index 30c098a21..200ce504a 100644 --- a/progression-integration-test/src/test/java/uk/gov/moj/cpp/progression/PrisonCourtRegisterDocumentRequestWithAmpIT.java +++ b/progression-integration-test/src/test/java/uk/gov/moj/cpp/progression/PrisonCourtRegisterDocumentRequestWithAmpIT.java @@ -33,7 +33,6 @@ import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; /** @@ -53,7 +52,6 @@ public class PrisonCourtRegisterDocumentRequestWithAmpIT extends AbstractIT { private ProsecutionCaseUpdateDefendantHelper helper; @Test - @Disabled("This test is broken as part of AMP payload changes - TBD") public void shouldGeneratePrisonCourtDocumentAsynchronously() throws JSONException { setUpAmpStubs(); final UUID courtCentreId = randomUUID(); @@ -104,7 +102,6 @@ public void shouldGeneratePrisonCourtDocumentAsynchronously() throws JSONExcepti } @Test - @Disabled("This test is broken as part of AMP payload changes - TBD") public void shouldAddPrisonCourtDocumentRequestWithApplication() throws IOException, JSONException { setUpAmpStubs(); final UUID courtCentreId = randomUUID();