Skip to content

Commit

Permalink
test: fix MaxHeaderSizeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoMlt committed May 17, 2023
1 parent aefb0c8 commit e9bec88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,6 +99,6 @@ public void test() throws Exception {

HttpResponse<String> response2 = httpClient2.send(request, HttpResponse.BodyHandlers.ofString());

assertEquals(413, response2.statusCode());
assertEquals(431, response2.statusCode());
}
}

0 comments on commit e9bec88

Please sign in to comment.