diff --git a/tests/cli/test_cli.py b/tests/cli/test_cli.py index ac99bdbf4..4c9f6cd96 100644 --- a/tests/cli/test_cli.py +++ b/tests/cli/test_cli.py @@ -2573,7 +2573,7 @@ def stress( ) # Test network access - REQUEST_CMD = """python -c "import urllib.request; urllib.request.urlopen('https://www.google.com').read()" """ + REQUEST_CMD = """python -c "import urllib.request; urllib.request.urlopen('http://www.msftconnecttest.com/connecttest.txt').read()" """ # Network access is set to true by default wait(_run_command([cl, 'run', REQUEST_CMD], request_memory="10m"), 0) # --request-network should behave the same as above