Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand All @@ -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();
Expand Down Expand Up @@ -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();
Expand Down
Loading