We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fe37f commit 3b36cefCopy full SHA for 3b36cef
tests/protocols/test_v1_protocol.py
@@ -209,7 +209,7 @@ def test_create_map_response_decoder_invalid_endpoint(caplog: pytest.LogCaptureF
209
210
decoder = create_map_response_decoder(SECURITY_DATA)
211
assert decoder(message) is None
212
- assert "Received map response requested not made by this device, ignoring." in caplog.text
+ assert "Received map response not requested by this device, ignoring." in caplog.text
213
214
215
def test_create_map_response_decoder_invalid_payload():
0 commit comments