Skip to content

Commit e5bea84

Browse files
committed
fix test
1 parent 08c99d8 commit e5bea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/core/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@pytest.mark.parametrize(
1212
"argv, expected_out",
1313
(
14-
[["flagsmith"], ManagementUtility().main_help_text()],
14+
[["flagsmith"], ManagementUtility(["flagsmith"]).main_help_text()],
1515
[["flagsmith", "version"], django.get_version()],
1616
),
1717
)

0 commit comments

Comments
 (0)