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