Skip to content

adding rpc client code and mounting new volumes on sdk container

Sign in for the full log view
GitHub Actions / Black failed Nov 27, 2023 in 0s

2 errors

Black found 2 errors

Annotations

Check failure on line 288 in /home/runner/work/certification-tool-backend/certification-tool-backend/app/chip_tool/test_suite.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/app/chip_tool/test_suite.py#L282-L288

             case _:
                 logger.info(
                     f"Received unknown prompt option for \
                         decommissioning step: {prompt_response.response}"
                 )
-

Check failure on line 977 in /home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/chip_tool/test_chip_tool.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/app/tests/chip_tool/test_chip_tool.py#L971-L977

     mock_send_websocket_command.assert_awaited_once_with(expected_command)
 
     # clean up:
     chip_tool._ChipTool__chip_tool_container = None
     settings.CHIP_TOOL_TRACE = original_trace_setting_value
-