We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356f31b commit 7601c6fCopy full SHA for 7601c6f
1 file changed
tests/devices/traits/b01/q10/test_status.py
@@ -20,7 +20,7 @@
20
TEST_DATA_DIR = pathlib.Path("tests/protocols/testdata/b01_q10_protocol")
21
22
TESTDATA_DP_STATUS_DP_CLEAN_TASK_TYPE = (TEST_DATA_DIR / "dpStatus-dpCleanTaskType.json").read_bytes()
23
-TESTDATA_DP_REQUEST_DPS = (TEST_DATA_DIR / "dpRequetDps.json").read_bytes()
+TESTDATA_DP_REQUEST_DPS = (TEST_DATA_DIR / "dpRequetdps.json").read_bytes()
24
25
26
@pytest.fixture
0 commit comments