diff --git a/integration_tests/conftest.py b/integration_tests/conftest.py index 077e711d..a863035d 100644 --- a/integration_tests/conftest.py +++ b/integration_tests/conftest.py @@ -4,7 +4,7 @@ import requests -@pytest.fixture(scope="module") +@pytest.fixture(scope="session") def codetf_schema(): schema_path = "https://raw.githubusercontent.com/pixee/codemodder-specs/main/codetf.schema.json" response = requests.get(schema_path, timeout=60)