Skip to content

Commit

Permalink
fix network connectivity in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed Apr 9, 2024
1 parent 46ff8fb commit 562b899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os

PROTO="http"
HOST="localhost.pwn.hust.college"
HOST="localhost"
CONTAINER_NAME = os.environ.get("CONTAINER_NAME", "dojo-test")
TEST_DOJOS_LOCATION = pathlib.Path(__file__).parent / "dojos"

Expand Down

0 comments on commit 562b899

Please sign in to comment.