Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuncatcher222 committed Nov 26, 2023
1 parent 5287aaa commit 27717ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/api/v1/tests/api_request.http
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Content-Type: application/json
################################## NEWS ##################################
##########################################################################

###
GET {{news}} HTTP/1.1

###
POST {{news}} HTTP/1.1
Content-Type: application/json
Expand Down Expand Up @@ -119,6 +122,11 @@ Authorization: Bearer admin_token_access
################################# APPEAL ##################################
##########################################################################

###
GET {{appeals}} HTTP/1.1
Authorization: Bearer admin_token_access
# Authorization: Bearer ivan_token_access

###
POST {{appeals}} HTTP/1.1
Content-Type: application/json
Expand Down

0 comments on commit 27717ab

Please sign in to comment.