Skip to content

Commit

Permalink
✅ [#4908] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvanwijk committed Jan 8, 2025
1 parent 8e1bd68 commit 47e1ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_submission_with_json_dump_backend(self):
}

res = json_plugin.register_submission(submission, json_form_options)
res_json = res["api_response"].json()
res_json = res["api_response"]

self.assertEqual(res_json, expected_response)

Expand Down

0 comments on commit 47e1ef1

Please sign in to comment.