This commit is contained in:
Kenneth Kehl
2025-08-13 12:39:38 -07:00
parent fd02defcf5
commit 397a4dcac5

View File

@@ -29,7 +29,7 @@ def test_get_webauthn_credentials_returns_all_credentials_for_user(
"name": "1",
"credential_data": "ABC123",
"created_at": ANY,
"updated_at": None,
"updated_at": ANY,
}
assert creds[1]["name"] == "2"