tests: fix type

This commit is contained in:
lilydjwg 2025-02-10 12:25:31 +08:00
parent 5c7918bf7a
commit fa9ca38690

View file

@ -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", {