mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: fix type
This commit is contained in:
parent
5c7918bf7a
commit
fa9ca38690
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import datetime
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net,
|
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):
|
async def test_container(get_version):
|
||||||
assert await get_version("hello-world", {
|
assert await get_version("hello-world", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue