Skip to content

Commit b58178c

Browse files
committed
No args allowed.
1 parent 882a4d6 commit b58178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/barcodeapi/test/api/TestServerTypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void testServer_TestTypeEndpointNoArgs() {
2727
serverGet("/type/?");
2828

2929
Assert.assertEquals("Response Code", //
30-
HttpStatus.BAD_REQUEST_400, getResponseCode());
30+
HttpStatus.OK_200, getResponseCode());
3131
}
3232

3333
@Test

0 commit comments

Comments
 (0)