We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c99d8 commit e5bea84Copy full SHA for e5bea84
tests/integration/core/test_main.py
@@ -11,7 +11,7 @@
11
@pytest.mark.parametrize(
12
"argv, expected_out",
13
(
14
- [["flagsmith"], ManagementUtility().main_help_text()],
+ [["flagsmith"], ManagementUtility(["flagsmith"]).main_help_text()],
15
[["flagsmith", "version"], django.get_version()],
16
),
17
)
0 commit comments