diff --git a/codekata/networking.instructionset.md b/codekata/networking.instructionset.md index 2656e35..f00b084 100644 --- a/codekata/networking.instructionset.md +++ b/codekata/networking.instructionset.md @@ -323,7 +323,7 @@ Assertions.assertEquals(null, refreshRequest.getHeader("Authorization")) Assertions.assertEquals("Android", refreshRequest.getHeader("Platform")) Assertions.assertEquals("", refreshRequest.body.readUtf8()) -Assertions.assertEquals("login-access", retryAfterTokenRefreshRequest.getHeader("Authorization")) +Assertions.assertEquals("login-access", contentRequestAfterRefreshed.getHeader("Authorization")) // this matches the data from the success_response_login.json val expectedSavedSession = Session(accessToken = "login-access", refreshToken = "login-refresh")