From fa9ca38690dec439396b2b6e6e3dfcdc6b6f1dac Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 10 Feb 2025 12:25:31 +0800 Subject: [PATCH] tests: fix type --- tests/test_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_container.py b/tests/test_container.py index 3754de0..147b6ce 100644 --- a/tests/test_container.py +++ b/tests/test_container.py @@ -6,7 +6,7 @@ import datetime import pytest pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net, - pytest.mark.skipif(os.environ.get('GITHUB_RUN_ID'), reason="400 very often")] + pytest.mark.skipif(bool(os.environ.get('GITHUB_RUN_ID')), reason="400 very often")] async def test_container(get_version): assert await get_version("hello-world", {