Skip to content

Commit

Permalink
Changing the scope of the itde fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jan 11, 2024
1 parent 0d7cfa0 commit aa036d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/integration_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from exasol.connections import open_pyexasol_connection


@pytest.fixture(scope='session')
@pytest.fixture
def setup_itde(secrets) -> None:
"""
Brings up the ITDE and takes it down when the tests are completed or failed.
Expand Down

0 comments on commit aa036d6

Please sign in to comment.