We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6686b commit a4bd4b5Copy full SHA for a4bd4b5
1 file changed
tests/test_bank_statements.py
@@ -304,5 +304,6 @@ def test_process_bank_statement_with_categories():
304
assert d == MOCK
305
assert responses.calls[0].request.body is not None
306
import json
307
+
308
body = json.loads(responses.calls[0].request.body)
309
assert body["categories"] == categories
0 commit comments