From d436683fa9565aebfbc33c6d5ea2304ec2c043d9 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 31 Jul 2024 15:28:43 -0700 Subject: [PATCH] WIP --- tests/support/jupyter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/support/jupyter.py b/tests/support/jupyter.py index 6e6c30a5..09ef7b78 100644 --- a/tests/support/jupyter.py +++ b/tests/support/jupyter.py @@ -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")