Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test
Browse files Browse the repository at this point in the history
JordenReuter committed Mar 22, 2024
1 parent 5ad6699 commit 8814fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -311,7 +311,7 @@ void testMaxUploadSize() {

assertThat(exception.getErrorCode()).isEqualTo(CONSTRAINT_VIOLATIONS.name());
assertThat(exception.getDetail()).isEqualTo(
"createImage.contentLength: must be less than or equal to 110000");
"createImage.contentLength: must be less than or equal to 1100000");

}

0 comments on commit 8814fa9

Please sign in to comment.