Skip to content

Commit d6590e3

Browse files
committed
fix: failing unit test
1 parent 5c98f01 commit d6590e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_passwordless.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ async def send_sms(
122122
"verified": True,
123123
}
124124
],
125-
"webauthn": [],
125+
"webauthn": {
126+
"credentialIds": [],
127+
},
126128
},
127129
}
128130

0 commit comments

Comments
 (0)