Skip to content

Commit

Permalink
Add note about DNS failure
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 17, 2019
1 parent da87618 commit 44c1ad4
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 @@ -173,7 +173,7 @@ def test_singleuser_netpol(api_request, jupyter_user, request_data):
"--",
"wget", "--quiet", "--tries=1", "--timeout=3", allowed_url,
])
assert c.returncode == 0, "Unable to get allowed domain"
assert c.returncode == 0, "Unable to get allowed domain (or failed to resolve the domain name)"

c = subprocess.run([
"kubectl", "exec", pod_name,
Expand Down

0 comments on commit 44c1ad4

Please sign in to comment.