Integration tests (#71)
This commit is contained in:
@ -3,7 +3,7 @@ POST http://localhost:8080/api/v1/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username": "user",
|
||||
"username": "user6",
|
||||
"password": "1234"
|
||||
}
|
||||
|
||||
@ -21,3 +21,9 @@ Content-Type: application/json
|
||||
}
|
||||
|
||||
###
|
||||
# Token test
|
||||
POST http://localhost:8080/api/v1/tokenTest
|
||||
Authorization: Bearer {{auth_token}}
|
||||
Content-Type: application/json
|
||||
|
||||
###
|
||||
|
Reference in New Issue
Block a user