Skip to content

Commit 306ead2

Browse files
Call required fixture
1 parent fece492 commit 306ead2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cli/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_cli_spot_public(cli_runner: CliRunner, args: list[str]) -> None:
6767
assert result.exit_code == 0
6868

6969

70-
@pytest.mark.usefixtures("_with_cli_env_vars")
70+
@pytest.mark.usefixtures("with_cli_env_vars")
7171
@pytest.mark.spot
7272
@pytest.mark.spot_auth
7373
@pytest.mark.parametrize(
@@ -122,7 +122,7 @@ def test_cli_futures_public(cli_runner: CliRunner, args: list[str]) -> None:
122122
assert result.exit_code == 0
123123

124124

125-
@pytest.mark.usefixtures("_with_cli_env_vars")
125+
@pytest.mark.usefixtures("with_cli_env_vars")
126126
@pytest.mark.futures
127127
@pytest.mark.futures_auth
128128
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)