Skip to content

Commit 94baab8

Browse files
committed
fix: lint
1 parent c270368 commit 94baab8

File tree

1 file changed

+3
-1
lines changed
  • tests/frontendIntegration/django2x/polls

1 file changed

+3
-1
lines changed

tests/frontendIntegration/django2x/polls/views.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,9 @@ def login_218(request: HttpRequest):
438438

439439
final_response = HttpResponse("")
440440
final_response["st-access-token"] = legacy_session_resp["accessToken"]["token"]
441-
final_response["st-refresh-token"] = legacy_session_resp["refreshToken"]["token"]
441+
final_response["st-refresh-token"] = legacy_session_resp["refreshToken"][
442+
"token"
443+
]
442444
final_response["front-token"] = front_token
443445
return final_response
444446
else:

0 commit comments

Comments
 (0)