We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99cced commit b9df025Copy full SHA for b9df025
src/python_testing/TC_RVCOPSTATE_2_1.py
@@ -85,7 +85,7 @@ def TC_RVCOPSTATE_2_1(self) -> list[str]:
85
86
@async_test_body
87
async def test_TC_RVCOPSTATE_2_1(self):
88
- if self.matter_test_config.endpoint is None or self.matter_test_config.endpoint == 0:
+ if self.matter_test_config.endpoint is None or self.matter_test_config.endpoint == 0:
89
asserts.fail("--endpoint must be set and not set to 0 for this test to run correctly.")
90
self.endpoint = self.get_endpoint()
91
asserts.assert_false(self.endpoint is None, "--endpoint <endpoint> must be included on the command line in.")
0 commit comments