tests: add needs_net marker to httpheader test
This commit is contained in:
parent
1b7736a549
commit
7366d82bfc
|
@ -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", {
|
||||
|
|
Loading…
Reference in New Issue