From 397a4dcac5756c27c244d732a1408167c5dc30b8 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 13 Aug 2025 12:39:38 -0700 Subject: [PATCH] fix --- tests/app/webauthn/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/webauthn/test_rest.py b/tests/app/webauthn/test_rest.py index b663600a8..52eb85b93 100644 --- a/tests/app/webauthn/test_rest.py +++ b/tests/app/webauthn/test_rest.py @@ -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"