Skip to content

Commit

Permalink
Use existing in place of missing fixture in empty repositories key test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Feb 7, 2024
1 parent 37b4d66 commit 4926932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_display_empty_repositories_setting(
) -> None:
tester = command_tester_factory(
"config",
poetry=Factory().create_poetry(fixture_dir("with_empty_repositories_key")),
poetry=Factory().create_poetry(fixture_dir("with_local_config")),
)
tester.execute("repositories")

Expand Down

0 comments on commit 4926932

Please sign in to comment.