Skip to content

Commit

Permalink
Make e2e tests run agains any cpnfigured backend
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Sep 6, 2024
1 parent 14c3def commit 872aeaf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sdks/python/tests/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ def _random_chars(n: int = 6) -> str:

@pytest.fixture(scope="session")
def configure_e2e_tests_env():
os.environ["OPIK_PROJECT_NAME"] = (
"e2e-tests" # -{opik.__version__}-{_random_chars()}"
)
os.environ["OPIK_URL_OVERRIDE"] = "http://localhost:5173/api"
os.environ["OPIK_PROJECT_NAME"] = "e2e-tests"
#os.environ["OPIK_URL_OVERRIDE"] = "http://localhost:5173/api"


@pytest.fixture()
Expand Down

0 comments on commit 872aeaf

Please sign in to comment.