-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with parsing negative IDs in query list.
- Loading branch information
1 parent
cdba3ff
commit 85526d7
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# tests that passing a list of nodes, some negative, will result in | ||
# a 404 response. negative nodes do not appear in the database, so | ||
# any query containing them will fail. | ||
Request-Method: GET | ||
Request-URI: /api/0.6/nodes?nodes=-1875196430,1970729486,-715595887,153329585,276538320,276538320,276538320,276538320,557671215,268800768,268800768,272134694,416571249,4118507737,639141976,-120408340,4118507737,4118507737,-176459559,-176459559,-176459559,416571249,-176459559,-176459559,-176459559,557671215 | ||
--- | ||
Status: 404 Not Found | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters