We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ebdb7 commit 151ce9cCopy full SHA for 151ce9c
src/python_testing/TC_IDM_4_2.py
@@ -378,7 +378,6 @@ async def test_TC_IDM_4_2(self):
378
)
379
raise ValueError("Expected exception not thrown")
380
except ChipStackError as e:
381
- print('INVALID_ACTION_ERROR_CODE')
382
# Verify that the DUT returns an "INVALID_ACTION" status response
383
asserts.assert_equal(e.err, INVALID_ACTION_ERROR_CODE,
384
"Incorrect error response for subscription to unallowed cluster")
0 commit comments