Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jul 31, 2024
1 parent e29b4df commit d436683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/support/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ def lab_callback(self, request: Request) -> Response:
to a callback, and then back to the lab), but it's hopefully good
enough to test handling of cookies during redirect chains for
capturing the ``_xsrf`` cookie.
FIXME nope we gotta do the whole thing.
"""
user = self.get_user(request.headers["Authorization"])
assert str(request.url).endswith(f"/user/{user}/callback")
Expand Down

0 comments on commit d436683

Please sign in to comment.