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 3fce68c commit f2115e6Copy full SHA for f2115e6
Auth/src/commonTest/kotlin/AuthApiTest.kt
@@ -403,7 +403,7 @@ class AuthRequestTest {
403
assertEquals(expectedAccessToken, body["access_token"]?.jsonPrimitive?.content)
404
assertEquals(expectedNonce, body["nonce"]?.jsonPrimitive?.content)
405
// ensure we signal linking
406
- assertEquals("true", body["linkIdentity"]?.jsonPrimitive?.content)
+ assertEquals("true", body["link_identity"]?.jsonPrimitive?.content)
407
respondJson(
408
sampleUserSession()
409
)
0 commit comments