We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac4421 commit ccff936Copy full SHA for ccff936
src/test/java/io/fusionauth/http/MultipartTest.java
@@ -186,7 +186,7 @@ public void post_server_configuration_requestTooBig(String scheme) throws Except
186
// Request too big, file size is ok, overall request size too big.
187
withScheme(scheme)
188
.withFileSize(1024 * 1024) // 1 Mb
189
- .withFileCount(10) // 10 files
+ .withFileCount(15) // 15 files
190
.withConfiguration(new MultipartConfiguration().withFileUploadPolicy(MultipartFileUploadPolicy.Allow)
191
// Max file size is 2 Mb bytes
192
.withMaxFileSize(2 * 1024 * 1024)
0 commit comments