Skip to content

Commit

Permalink
Fix post
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Jun 29, 2024
1 parent 6b06c10 commit a250f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bartenders/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_sending_application(self):
)

data["g-recaptcha-response"] = "PASSED"
response = self.client.post("/", data=data)
response = self.client.post("/da/", data=data)
# self.assertRedirects(response, "/")

# Test that application was made
Expand Down

0 comments on commit a250f43

Please sign in to comment.