Files
thoth/tests/requests/snapshots/login_with_valid_password@auth_request.snap
Dylan Knutson 9b7777c268
Some checks failed
CI / Check Style (push) Successful in 17s
CI / Run Clippy (push) Failing after 21s
CI / Run Tests (push) Failing after 21s
Initialize loco app
2024-11-30 13:27:36 -08:00

9 lines
192 B
Plaintext

---
source: tests/requests/auth.rs
expression: "(response.status_code(), response.text())"
---
(
200,
"{\"token\":\"TOKEN\",\"pid\":\"PID\",\"name\":\"loco\",\"is_verified\":true}",
)