Skip to content

Commit

Permalink
ci: fix error message in netpol test
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 8, 2020
1 parent aae47a4 commit 2b7a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_singleuser_netpol(api_request, jupyter_user, request_data):
)
assert (
c.returncode == 0
), f"Network issue: access to '{blocked_url}' was supposed to be allowed"
), f"Network issue: access to '{allowed_url}' was supposed to be allowed"

c = subprocess.run(
[
Expand Down

0 comments on commit 2b7a1a0

Please sign in to comment.