aboutsummaryrefslogtreecommitdiffstats
path: root/pyagl/tests/test_bluetooth_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyagl/tests/test_bluetooth_map.py')
-rw-r--r--pyagl/tests/test_bluetooth_map.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyagl/tests/test_bluetooth_map.py b/pyagl/tests/test_bluetooth_map.py
index 8b7b79e..09a9860 100644
--- a/pyagl/tests/test_bluetooth_map.py
+++ b/pyagl/tests/test_bluetooth_map.py
@@ -22,7 +22,7 @@ from pyagl.services.base import AFBResponse, AFBT
from pyagl.services.bluetooth_map import BTMAPService as BMP
import logging
-pytestmark = [pytest.mark.asyncio, pytest.mark.btmap]
+pytestmark = [pytest.mark.asyncio, pytest.mark.bluetooth_map]
@pytest.fixture(scope='module')