Skip to content
Snippets Groups Projects
Commit b1dc6dcb authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1695 fix ITCase

parent 183ec9b2
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class SendFormEndpointITCase {
void shouldHaveZip() {
var parsed = endpoint.parseRequestData(ZIP_ATTACHMENT_JSON);
assertThat(parsed.getAttachments().get(0).getFiles().get(0)).isNotNull().isEqualTo(DECODED_CONTENT.getBytes());
assertThat(parsed.getAttachments().get(0).getFiles().get(0).getContent()).isNotNull().isEqualTo(DECODED_CONTENT.getBytes());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment