Skip to content

Commit 1a9df1e

Browse files
committed
fix filename
1 parent 45027bd commit 1a9df1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.fixture(name="workflow")
1212
def fixture_workflow():
13-
yield Path(configs_data, "workflow.cfg")
13+
yield Path(configs_data, "recipe.cfg")
1414

1515

1616
def test_cli_has_maincli():
@@ -49,7 +49,7 @@ def test_ap_setup_false(workflow):
4949
assert cmd.setup_only is False
5050

5151

52-
def test_ap_version(workflow):
52+
def test_ap_version():
5353
"""Test -v version flag."""
5454
with pytest.raises(SystemExit) as exit:
5555
cli.ap.parse_args('-v'.split())

0 commit comments

Comments
 (0)