Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Jan 10, 2024
1 parent 21db3b7 commit 54b2825
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 @@ -111,7 +111,7 @@ def _get_paths():
return paths


APP_PATHS = _get_paths()[:-2]
APP_PATHS = _get_paths()


@pytest.fixture(params=APP_PATHS)
Expand Down

0 comments on commit 54b2825

Please sign in to comment.