aboutsummaryrefslogtreecommitdiffstats
path: root/pyagl/tests/test_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyagl/tests/test_network.py')
-rw-r--r--pyagl/tests/test_network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyagl/tests/test_network.py b/pyagl/tests/test_network.py
index e53fc93..bff18d3 100644
--- a/pyagl/tests/test_network.py
+++ b/pyagl/tests/test_network.py
@@ -40,7 +40,7 @@ async def service():
@pytest.fixture(scope='module')
def expected_available_techs():
- techs = os.environ.get('AGL_AVAILABLE_TECHS', 'wifi,ethernet,bluetooth').split(',')
+ techs = os.environ.get('AGL_AVAILABLE_INTERFACES', 'wifi,ethernet,bluetooth').split(',')
return techs