Skip to content
Snippets Groups Projects

Tests/add gregui

Merged Andreas Ellewsen requested to merge tests/add-gregui into master
4 files
+ 189
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -169,7 +169,7 @@ class InvitedGuestView(APIView):
clicked by the user. The next part of the flow is for the sponsor to confirm
the guest.
"""
invite_id = kwargs["uuid"]
invite_id = request.session.get("invite_id")
data = request.data
with transaction.atomic():
Loading