From 6c8a75732e56479a435a014f113b033251b53817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 28 Mar 2025 14:24:30 +0100 Subject: [PATCH] FIXUP: return type for mypy --- tests/test_container_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_container_utils.py b/tests/test_container_utils.py index e7ee07e..db47b5a 100644 --- a/tests/test_container_utils.py +++ b/tests/test_container_utils.py @@ -49,7 +49,7 @@ def test_get_runtime_name_non_linux(mocker: MockerFixture, tmp_path: Path) -> No assert Runtime().name == "docker" -def test_get_unsupported_runtime_name(mocker: MockerFixture, tmp_path: Path): +def test_get_unsupported_runtime_name(mocker: MockerFixture, tmp_path: Path) -> None: mocker.patch("dangerzone.settings.get_config_dir", return_value=tmp_path) settings = Settings() settings.set(