Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 23, 2024
1 parent ce007e3 commit f13ae33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ def assets() -> pathlib.Path:
@pytest.fixture(scope="session")
def api_config(tmp_path_factory: Any) -> Iterator[pathlib.Path]:
e2e_test_token = os.environ.get("E2E_USER_TOKEN")
e2e_test_api_endpoint = os.environ.get(
"E2E_API_ENDPOINT", "https://api.dev.apolo.us/api/v1"
)
e2e_test_api_endpoint = "https://api.dev.apolo.us/api/v1"
if e2e_test_token:
tmp_path = tmp_path_factory.mktemp("config")
config_path = tmp_path / "conftest"
Expand Down

0 comments on commit f13ae33

Please sign in to comment.