We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab478f commit 254be4cCopy full SHA for 254be4c
tests/framework_azure/test_application.py
@@ -39,7 +39,7 @@ def test_ping():
39
# response = requests.get("http://127.0.0.1:8080/basic?user=Reli")
40
try:
41
print(f"{AZURE_HOST}, {AZURE_PORT}")
42
- response = requests.get(f"http://{AZURE_HOST}:{AZURE_PORT}")
+ response = requests.get(f"{AZURE_HOST}:{AZURE_PORT}")
43
except:
44
print("127.0.0.1:8080")
45
response = requests.get("http://127.0.0.1:8080")
0 commit comments