8000 Merge branch 'devel' of https://github.com/arangodb/arangodb into fea… · arangodb/arangodb@8872927 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8872927

Browse files
committed
Merge branch 'devel' of https://github.com/arangodb/arangodb into feature/enterprise-license-stuff
2 parents a51cd8e + 8a65d8c commit 8872927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Additional Resources
6060

6161
* [General GitHub documentation](https://help.github.com/)
6262

63-
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
63+
* [GitHub pull request documentation](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork/)

tests/js/client/chaos/test-chaos-load-common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const fetchRevisionTree = (serverUrl, shardId) => {
6060
result = request({ method: "GET",
6161
url: serverUrl + `/_api/replication/revisions/tree?collection=${encodeURIComponent(shardId)}&verification=true&batchId=${batch.id}`});
6262
assertEqual(200, result.statusCode);
63-
request({ method: "DELETE", url: serverUrl + `/_api/replication/batch${batch.id}`});
63+
request({ method: "DELETE", url: serverUrl + `/_api/replication/batch/${batch.id}`});
6464
return JSON.parse(result.body);
6565
};
6666

0 commit comments

Comments
 (0)
0