Files
gabrielkaszewski_rs/tests/requests/snapshots/can_login_without_verify@auth_request.snap
2024-10-30 02:02:12 +01:00

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}",
)