Files
thoth/tests/requests/snapshots/login_with_invalid_password@auth_request.snap
Dylan Knutson 7e68568cf6
Some checks failed
CI / Check Style (push) Successful in 23s
CI / Run Clippy (push) Failing after 31s
CI / Run Tests (push) Failing after 34s
Initialize loco app
2024-11-30 13:25:15 -08:00

9 lines
215 B
Plaintext

---
source: tests/requests/auth.rs
expression: "(response.status_code(), response.text())"
---
(
401,
"{\"error\":\"unauthorized\",\"description\":\"You do not have permission to access this resource\"}",
)