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 bd15d80 commit e4d1c27Copy full SHA for e4d1c27
tests/integration/core/test_main.py
@@ -55,9 +55,7 @@ def test_main__healtcheck_tcp__server__runs_expected(
55
assert exc_info.value.code == 0
56
57
58
-def test_main__healtcheck_http__no_server__runs_expected(
59
- capsys: pytest.CaptureFixture[str],
60
-) -> None:
+def test_main__healtcheck_http__no_server__runs_expected() -> None:
61
# Given
62
argv = ["flagsmith", "healthcheck", "http"]
63
0 commit comments