tests: add needs_net marker to httpheader test

This commit is contained in:
Mario Rodas 2021-03-20 04:20:00 +00:00
parent 1b7736a549
commit 7366d82bfc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import pytest
pytestmark = pytest.mark.asyncio
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_redirection(get_version):
assert await get_version("unifiedremote", {