From 76ce3b3c6f98455a40f96a8e9ad9f1962c93c000 Mon Sep 17 00:00:00 2001 From: "J.Townsend" Date: Mon, 2 Oct 2023 00:18:00 +0100 Subject: [PATCH] lint fix --- tests/discovery/test_certspotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/discovery/test_certspotter.py b/tests/discovery/test_certspotter.py index 6968074d48f..c1b2673e26d 100644 --- a/tests/discovery/test_certspotter.py +++ b/tests/discovery/test_certspotter.py @@ -32,5 +32,6 @@ async def test_search(self) -> None: await search.process() assert isinstance(await search.get_hostnames(), set) + if __name__ == "__main__": pytest.main()