Skip to content

Commit

Permalink
Revert local api URL change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Aug 27, 2024
1 parent 7a92f50 commit b9c4932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def anyio_backend():

@pytest.fixture(scope="session")
def local_grand_challenge() -> Generator[str, None, None]:
local_api_url = "http://gc.localhost:8000/api/v1/"
local_api_url = "https://gc.localhost/api/v1/"

try:
r = httpx.get(
Expand Down

0 comments on commit b9c4932

Please sign in to comment.