Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 3, 2024
1 parent cb06715 commit 0f284ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/gafaelfawr.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def handler(request: httpx.Request) -> httpx.Response:
# so we can't check it here.
assert request_json == {
"username": ANY,
"token_type": "service",
"token_type": "user",
"token_name": ANY,
"scopes": ["exec:notebook"],
"expires": ANY,
Expand Down

0 comments on commit 0f284ac

Please sign in to comment.