Files
thoth/tests/requests/snapshots/can_register@auth_request.snap
Dylan Knutson c8cc36f3d6
Some checks failed
CI / Run Clippy (push) Failing after 4s
CI / Check Style (push) Successful in 14s
CI / Run Tests (push) Failing after 19s
Initialize loco app
2024-11-30 13:29:56 -08:00

26 lines
513 B
Plaintext

---
source: tests/requests/auth.rs
expression: saved_user
---
Ok(
Model {
created_at: DATE,
updated_at: DATE,
id: ID
pid: PID,
email: "test@loco.com",
password: "PASSWORD",
api_key: "lo-PID",
name: "loco",
reset_token: None,
reset_sent_at: None,
email_verification_token: Some(
"PID",
),
email_verification_sent_at: Some(
DATE,
),
email_verified_at: None,
},
)