We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d3b3c commit 4ec3233Copy full SHA for 4ec3233
Tests/WebAuthnTests/WebAuthnManagerTests.swift
@@ -54,7 +54,7 @@ final class WebAuthnManagerTests: XCTestCase {
54
55
func testFinishRegistrationFailsWithInvalidRawID() async throws {
56
do {
57
- _ = try await finishRegistration(rawID: "_")
+ _ = try await finishRegistration(rawID: "%")
58
XCTFail("Should not succeed")
59
} catch {
60
XCTAssertEqual(error as! WebAuthnError, .invalidRawID)
0 commit comments