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 76b59f8 commit a7dd167Copy full SHA for a7dd167
tests/test_smile.py
@@ -5062,7 +5062,7 @@ async def test_connect_p1v4_missing_logs(self):
5062
try:
5063
await self.device_test(smile, testdata)
5064
except pw_exceptions.XMLDataMissingError:
5065
- _LOGGER.info("Passed XML data missing testcase, processing stopped")
+ _LOGGER.error("XML data missing, processing stopped")
5066
5067
await smile.close_connection()
5068
await self.disconnect(server, client)
0 commit comments