Files
music-metadata-manager/tests/requests/snapshots/login_with_valid_password@auth_request.snap
Gabriel Kaszewski 41afc170ba
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
init
2025-07-25 03:05:58 +02: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}",
)