Skip to content

Commit

Permalink
Don't parse cli for config
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm0d committed Aug 27, 2024
1 parent 8ae4426 commit ae1c881
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 @@ -8,6 +8,6 @@ def integration_hub(hub):
hub.pop.sub.add(dyne_name="soluble")

with mock.patch("sys.argv", ["soluble"]):
hub.pop.config.load(["soluble"], cli="soluble")
hub.pop.config.load(["soluble"], cli="soluble", parse_cli=False)

yield hub

0 comments on commit ae1c881

Please sign in to comment.