Skip to content
Merged

debug #372

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 @@ -51,6 +51,7 @@
import org.hamcrest.Matcher;
import org.json.JSONException;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.skyscreamer.jsonassert.Customization;
import org.skyscreamer.jsonassert.comparator.CustomComparator;
Expand Down Expand Up @@ -182,7 +183,7 @@ private void verifyInMessagingQueueForPublicCourtDocumentAdded() {
final Optional<JsonObject> message = retrieveMessageBody(publicEventConsumer);
assertTrue(message.isPresent());
}

@Disabled
@Test
public void uploadApplicationDocument() throws Exception {
final UUID applicationId = randomUUID();
Expand Down
Loading