We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882a4d6 commit b58178cCopy full SHA for b58178c
src/test/java/org/barcodeapi/test/api/TestServerTypeHandler.java
@@ -27,7 +27,7 @@ public void testServer_TestTypeEndpointNoArgs() {
27
serverGet("/type/?");
28
29
Assert.assertEquals("Response Code", //
30
- HttpStatus.BAD_REQUEST_400, getResponseCode());
+ HttpStatus.OK_200, getResponseCode());
31
}
32
33
@Test
0 commit comments