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()