mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-25 15:15:59 +03:00
[GH-ISSUE #12] Testing: post request routes #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DAMN#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nishchayp on GitHub (Dec 8, 2017).
Original GitHub issue: https://github.com/nishchayp/DAMN/issues/12
Since OAuth2's callback is not picked up inside postman thus cookie of the returned token is not created and therefore testing is not possible in postman. All the GET routes have been tested through browser. The remaining 2 POST routes(with one of them including execution call to copy_key_to_server.sh) will be tested after front-end is implemented.
@nishchayp commented on GitHub (Dec 11, 2017):
"/admin/acceptAccessRequest" with execution call to copy_key_to_server.sh tested successfully.
"makeAccessRequest" is still to be tested.
@nishchayp commented on GitHub (Dec 15, 2017):
test done