Skip to content

Commit 6bf5556

Browse files
committed
lint fixes
1 parent 104be78 commit 6bf5556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/FinalizePasskeyEnrollmentRequestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
requestConfiguration: configWithTenant
108108
)
109109
let body = request.unencodedHTTPRequestBody
110-
XCTAssertEqual(body?["tenantId"] as? String, "TENANT_ID")
110+
XCTAssertEqual(body?["tenantId"] as? String, "TEST_TENANT")
111111
}
112112
}
113113

0 commit comments

Comments
 (0)