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):
@@ -169,7 +169,7 @@ class InvitedGuestView(APIView):
clicked by the user. The next part of the flow is for the sponsor to confirm
clicked by the user. The next part of the flow is for the sponsor to confirm
the guest.
the guest.
"""
"""
invite_id = kwargs["uuid"]
invite_id = request.session.get("invite_id")
data = request.data
data = request.data
with transaction.atomic():
with transaction.atomic():
Loading