Skip to content

Commit f2115e6

Browse files
committed
fix test
1 parent 3fce68c commit f2115e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Auth/src/commonTest/kotlin/AuthApiTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class AuthRequestTest {
403403
assertEquals(expectedAccessToken, body["access_token"]?.jsonPrimitive?.content)
404404
assertEquals(expectedNonce, body["nonce"]?.jsonPrimitive?.content)
405405
// ensure we signal linking
406-
assertEquals("true", body["linkIdentity"]?.jsonPrimitive?.content)
406+
assertEquals("true", body["link_identity"]?.jsonPrimitive?.content)
407407
respondJson(
408408
sampleUserSession()
409409
)

0 commit comments

Comments
 (0)