Issue #12185 code formatting

This commit is contained in:
Lars Krog-Jensen 2024-08-22 12:18:02 +02:00 committed by Simone Bordet
parent 994012e7eb
commit 034493ad7f
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 5 additions and 2 deletions

View File

@ -446,11 +446,14 @@ public class QoSHandlerTest
GET /%d HTTP/1.1
Host: localhost
""".formatted(i))) {
""".formatted(i)))
{
String text = endPoint.getResponse(false, parallelism * delay * 5, TimeUnit.MILLISECONDS);
HttpTester.Response response = HttpTester.parseResponse(text);
statusCodes.add(response.getStatus());
} catch (Exception x) {
}
catch (Exception x)
{
fail(x);
}
}));