From b9c4932b98a8ef717152c706f32716da52ef8749 Mon Sep 17 00:00:00 2001 From: Chris van Run Date: Tue, 27 Aug 2024 10:51:07 +0200 Subject: [PATCH] Revert local api URL change --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 3eb2ab0..b04de20 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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(