Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Sep 11, 2024
1 parent 9338f60 commit 42ddb6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ async def test_get_batch_script(db):
set -euo pipefail
export JUPYTERHUB_OAUTH_ACCESS_SCOPES=$(echo $JUPYTERHUB_OAUTH_ACCESS_SCOPES | base64 --decode)
export JUPYTERHUB_OAUTH_SCOPES=$(echo $JUPYTERHUB_OAUTH_SCOPES | base64 --decode)
trap 'echo SIGTERM received' TERM
which jupyterhub-singleuser
Expand Down Expand Up @@ -191,6 +194,9 @@ async def test_get_batch_script_subvars(db):
set -euo pipefail
export JUPYTERHUB_OAUTH_ACCESS_SCOPES=$(echo $JUPYTERHUB_OAUTH_ACCESS_SCOPES | base64 --decode)
export JUPYTERHUB_OAUTH_SCOPES=$(echo $JUPYTERHUB_OAUTH_SCOPES | base64 --decode)
trap 'echo SIGTERM received' TERM
which jupyterhub-singleuser
Expand Down

0 comments on commit 42ddb6c

Please sign in to comment.