Skip to content

Commit ccff936

Browse files
committed
Tests
1 parent 5ac4421 commit ccff936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/fusionauth/http/MultipartTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void post_server_configuration_requestTooBig(String scheme) throws Except
186186
// Request too big, file size is ok, overall request size too big.
187187
withScheme(scheme)
188188
.withFileSize(1024 * 1024) // 1 Mb
189-
.withFileCount(10) // 10 files
189+
.withFileCount(15) // 15 files
190190
.withConfiguration(new MultipartConfiguration().withFileUploadPolicy(MultipartFileUploadPolicy.Allow)
191191
// Max file size is 2 Mb bytes
192192
.withMaxFileSize(2 * 1024 * 1024)

0 commit comments

Comments
 (0)