Skip to content

Commit

Permalink
fix(seed): add test user to service team
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Aug 10, 2023
1 parent d21f469 commit a8b7dbd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests_cypress/seed_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@
(E'4049c2d0-0cab-455c-8f4c-f356dff51810',E'sms',E'2023-05-16 15:02:43.706528'),
(E'4049c2d0-0cab-455c-8f4c-f356dff51810',E'upload_document',E'2023-05-24 14:01:51.321006');
"""


insert_user_to_service = """
INSERT INTO "public"."user_to_service"("user_id","service_id")
VALUES
(E'3f478896-6d3f-4ef3-aa5a-530fea1206bb',E'4049c2d0-0cab-455c-8f4c-f356dff51810');
"""

insert_templates = """
INSERT INTO "public"."templates"("id","name","template_type","created_at","updated_at","content","service_id","subject","created_by_id","version","archived","process_type","service_letter_contact_id","hidden","postage")
VALUES
Expand Down

0 comments on commit a8b7dbd

Please sign in to comment.