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 74c7561 commit 8f74095Copy full SHA for 8f74095
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -338,7 +338,7 @@ public void createCollectionWithJsonSchema() {
338
fail();
339
} catch (ArangoDBException e) {
340
assertThat(e.getMessage(), containsString(message));
341
- assertThat(e.getResponseCode(), is(500));
+ assertThat(e.getResponseCode(), is(400));
342
assertThat(e.getErrorNum(), is(1620));
343
}
344
0 commit comments