Skip to content
Snippets Groups Projects
Commit 8aba1cef authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! GH-961: fixup from rebase

parent fb0dfc1d
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ class StaffReviewOpinionCase(BaseViewTestCase):
def test_disagree_opinion_redirects_to_review_form(self):
staff = StaffFactory()
review = ReviewFactory(submission=self.submission, author=staff, recommendation_yes=True)
response = self.post_page(review, {'agree': DISAGREE})
response = self.post_page(review, {'disagree': DISAGREE})
url = self.url_from_pattern('funds:submissions:reviews:form', kwargs={'submission_pk': self.submission.id})
self.assertRedirects(response, url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment