Files
thoth/tests/requests/snapshots/can_login_without_verify@auth_request.snap
Dylan Knutson efbe79c539
Some checks failed
CI / Check Style (push) Successful in 14s
CI / Run Tests (push) Failing after 19s
CI / Run Clippy (push) Successful in 1m3s
Initialize loco app
2024-11-30 13:30:38 -08: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}",
)