Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed May 8, 2024
1 parent e199569 commit 3ec640b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/presale/test_orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ def test_orders_attendee_modify_attendee_optional(self):
self.ticket_pos.positionid, self.ticket_pos.web_secret)
)
self.assertRedirects(response,
'/%s/%s/order/%s/%s/' % (self.orga.slug, self.event.slug, self.order.code,
self.order.secret),
'/%s/%s/ticket/%s/%s/%s/' % (self.orga.slug, self.event.slug, self.order.code,
self.ticket_pos.positionid, self.ticket_pos.web_secret),
target_status_code=200)
with scopes_disabled():
self.ticket_pos = OrderPosition.objects.get(id=self.ticket_pos.id)
Expand Down

0 comments on commit 3ec640b

Please sign in to comment.