Skip to content

Commit

Permalink
update cmr directory for l2ss autotest (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 authored Apr 24, 2024
1 parent 2bd3eb8 commit 7b8b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def pytest_addoption(parser):

def pytest_generate_tests(metafunc):
if metafunc.config.option.regression:
cmr_dirpath = pathlib.Path('cmr')
cmr_dirpath = pathlib.Path('cmr/l2ss-py')

association_dir = 'uat' if metafunc.config.option.env == 'uat' else 'ops'
associations = os.listdir(cmr_dirpath.joinpath(association_dir))
Expand Down

0 comments on commit 7b8b775

Please sign in to comment.