We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01bbe0 commit 5f06929Copy full SHA for 5f06929
tests/test_cli.py
@@ -58,4 +58,4 @@ def test_main(mocker):
58
59
mock_parse_arguments.assert_called_once()
60
mock_call_api.assert_called_once_with("test_endpoint", {"param1": "value1"})
61
- mock_print.assert_called_once_with({"result": "success"})
+ mock_print.assert_called_once_with('{"result": "success"}')
0 commit comments