9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
---
|
|
source: tests/requests/auth.rs
|
|
expression: "(response.status_code(), response.text())"
|
|
---
|
|
(
|
|
200,
|
|
"{\"token\":\"TOKEN\",\"pid\":\"PID\",\"name\":\"loco\",\"is_verified\":false}",
|
|
)
|