Skip to content

Commit

Permalink
Fix missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Sep 7, 2023
1 parent e7590aa commit afec95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRT/tests/test_srt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_get_reservations(srt):
srt.get_reservations()


def test_reserve_and_standby_option_settings(srt):
def test_reserve_and_standby_option_settings(srt, pytestconfig):
pytestconfig.getoption("--full", skip=True)
dep = "수서"
arr = "대전"
Expand Down

0 comments on commit afec95b

Please sign in to comment.