Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ckleemann committed Feb 18, 2021
1 parent 306c425 commit 994a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feedback/tests/test_views_veranstalter.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_post_bestellung(self):

def test_missing_sessionid(self):
c = login_veranstalter(self.v)
del c.cookies['sessionid']
del c.cookies[settings.SESSION_COOKIE_NAME]
response = c.post('/veranstalter/bestellung', {'evaluation-evaluieren': True,
"veranstalter_wizard-current_step": "evaluation"})
self.assertEqual(response.status_code, 404)
Expand Down

0 comments on commit 994a9c5

Please sign in to comment.