Closed rossmills99 closed 11 months ago
Interesting... appears to be a broken test which starts breaking with some minor version of 3.10.x (before these changes, the tests ran against 3.10.0 and worked fine. Now I've updated so they run on the most recent patch version, and one of them is failing).
Now trying to reproduce locally.
The documentation doesn't mention a "Code" property in the response. The failing test is checking the "Code" property for a match on HttpStatus.OK. However the value of "Code" property is no longer 200 (OK) but is 0. I expect some change was made and the code is not being set any more in the ArangoDB backend. Since it isn't a documented part of the API, I think just removing the check from the test is an appropriate course of action.
Since it isn't a documented part of the API, I think just removing the check from the test is an appropriate course of action.
This one is minor but I wouldn't rely on the API documentation being up to date. We found so many instances where properties aren't documented as they should.
479 Adds tests for ArangoDB 3.11