Skip to content

Commit 151ce9c

Browse files
Removes print statement
1 parent b5ebdb7 commit 151ce9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_IDM_4_2.py

-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ async def test_TC_IDM_4_2(self):
378378
)
379379
raise ValueError("Expected exception not thrown")
380380
except ChipStackError as e:
381-
print('INVALID_ACTION_ERROR_CODE')
382381
# Verify that the DUT returns an "INVALID_ACTION" status response
383382
asserts.assert_equal(e.err, INVALID_ACTION_ERROR_CODE,
384383
"Incorrect error response for subscription to unallowed cluster")

0 commit comments

Comments
 (0)