Skip to content

Commit

Permalink
use proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Aug 11, 2023
1 parent 2cb4391 commit efb6299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/form_receiver/tests/test_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def test_form_receiver_requires_auth(api_rf: APIRequestFactory):
request = api_rf.post("/api/receiver/", data={"foo": "bar"})
request = api_rf.post("/api/receiver/", data={"foo": "bar"}, format="json")
response = receiver_view(request)
assert response.status_code == 403

Expand Down

0 comments on commit efb6299

Please sign in to comment.