Skip to content

Commit e4d1c27

Browse files
committed
cleanup
1 parent bd15d80 commit e4d1c27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/core/test_main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ def test_main__healtcheck_tcp__server__runs_expected(
5555
assert exc_info.value.code == 0
5656

5757

58-
def test_main__healtcheck_http__no_server__runs_expected(
59-
capsys: pytest.CaptureFixture[str],
60-
) -> None:
58+
def test_main__healtcheck_http__no_server__runs_expected() -> None:
6159
# Given
6260
argv = ["flagsmith", "healthcheck", "http"]
6361

0 commit comments

Comments
 (0)