Skip to content

Commit

Permalink
Update integ test config
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn committed Oct 23, 2024
1 parent 2ff28a8 commit f1cf49e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ def pytest_addoption(parser):
@pytest.fixture
def unique_id(pytestconfig):
return pytestconfig.getoption("unique_id")

@pytest.fixture
def stage(pytestconfig):
return pytestconfig.getoption("stage")

0 comments on commit f1cf49e

Please sign in to comment.