From b9df025d09d8487fdaf0651481597462a310e362 Mon Sep 17 00:00:00 2001 From: Jake Ororke Date: Mon, 2 Dec 2024 11:03:01 -0800 Subject: [PATCH] Updating TC_RVCOPSTATE_2_1 test module: - Resolving linting error --- src/python_testing/TC_RVCOPSTATE_2_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_RVCOPSTATE_2_1.py b/src/python_testing/TC_RVCOPSTATE_2_1.py index 0e33b71169cb4a..586f6b64cf169f 100644 --- a/src/python_testing/TC_RVCOPSTATE_2_1.py +++ b/src/python_testing/TC_RVCOPSTATE_2_1.py @@ -85,7 +85,7 @@ def TC_RVCOPSTATE_2_1(self) -> list[str]: @async_test_body async def test_TC_RVCOPSTATE_2_1(self): - 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: asserts.fail("--endpoint must be set and not set to 0 for this test to run correctly.") self.endpoint = self.get_endpoint() asserts.assert_false(self.endpoint is None, "--endpoint must be included on the command line in.")