Files
thoth/tests/requests/snapshots/can_get_current_user@auth_request.snap
Dylan Knutson ef95ac65f7
Some checks failed
CI / Check Style (push) Successful in 24s
CI / Run Clippy (push) Successful in 51s
CI / Run Tests (push) Failing after 1m35s
Initialize loco app
2024-12-01 11:55:08 -08:00

9 lines
179 B
Plaintext

---
source: tests/requests/auth.rs
expression: "(response.status_code(), response.text())"
---
(
200,
"{\"pid\":\"PID\",\"name\":\"loco\",\"email\":\"test@loco.com\"}",
)