Skip to content

Commit 5f06929

Browse files
committed
fix cli test after json.dumps()
1 parent c01bbe0 commit 5f06929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def test_main(mocker):
5858

5959
mock_parse_arguments.assert_called_once()
6060
mock_call_api.assert_called_once_with("test_endpoint", {"param1": "value1"})
61-
mock_print.assert_called_once_with({"result": "success"})
61+
mock_print.assert_called_once_with('{"result": "success"}')

0 commit comments

Comments
 (0)