Skip to content

Commit 3b36cef

Browse files
committed
fix: update test
1 parent c2fe37f commit 3b36cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocols/test_v1_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def test_create_map_response_decoder_invalid_endpoint(caplog: pytest.LogCaptureF
209209

210210
decoder = create_map_response_decoder(SECURITY_DATA)
211211
assert decoder(message) is None
212-
assert "Received map response requested not made by this device, ignoring." in caplog.text
212+
assert "Received map response not requested by this device, ignoring." in caplog.text
213213

214214

215215
def test_create_map_response_decoder_invalid_payload():

0 commit comments

Comments
 (0)