From 2f77ddf6de44961899feb58bc50df86fc202953d Mon Sep 17 00:00:00 2001 From: Gaby Disarli Date: Wed, 30 Aug 2023 17:12:23 -0700 Subject: [PATCH 1/4] Add myslef to fixtures.py --- src/registrar/fixtures.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 2a1df7d0d..5fbf3454a 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -116,6 +116,12 @@ class UserFixture: "username": "5dc6c9a6-61d9-42b4-ba54-4beff28bac3c", "first_name": "David-Analyst", "last_name": "Kennedy-Analyst", + } + { + "username": "0eb6f326-a3d4-410f-a521-aa4c1fad4e47", + "first_name": "Gaby-Analyst", + "last_name": "DiSarli-Analyst", + "email": "gaby@truss.works" }, ] From 0a5d4e5f77c04d9bdb88539166e4682888824bac Mon Sep 17 00:00:00 2001 From: Gabriela DiSarli <107440934+gabydisarli@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:38:23 -0700 Subject: [PATCH 2/4] Update src/registrar/fixtures.py fixing comma, thanks Rebecca! Co-authored-by: Rebecca H. --- src/registrar/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 5fbf3454a..4351d9b93 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -121,7 +121,7 @@ class UserFixture: "username": "0eb6f326-a3d4-410f-a521-aa4c1fad4e47", "first_name": "Gaby-Analyst", "last_name": "DiSarli-Analyst", - "email": "gaby@truss.works" + "email": "gaby@truss.works", }, ] From 5dbbf59c1340a8ba3cf78815f9107d00bb92304f Mon Sep 17 00:00:00 2001 From: Gabriela DiSarli <107440934+gabydisarli@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:38:44 -0700 Subject: [PATCH 3/4] Update src/registrar/fixtures.py Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com> --- src/registrar/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 4351d9b93..2685fc72f 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -116,7 +116,7 @@ class UserFixture: "username": "5dc6c9a6-61d9-42b4-ba54-4beff28bac3c", "first_name": "David-Analyst", "last_name": "Kennedy-Analyst", - } + }, { "username": "0eb6f326-a3d4-410f-a521-aa4c1fad4e47", "first_name": "Gaby-Analyst", From 2708b3baea5f34216e9cdec09e825ad06ee30d92 Mon Sep 17 00:00:00 2001 From: Gaby Disarli Date: Thu, 31 Aug 2023 10:29:08 -0700 Subject: [PATCH 4/4] fixed formatting error --- src/registrar/fixtures.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 2685fc72f..3fea25033 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -118,10 +118,10 @@ class UserFixture: "last_name": "Kennedy-Analyst", }, { - "username": "0eb6f326-a3d4-410f-a521-aa4c1fad4e47", - "first_name": "Gaby-Analyst", - "last_name": "DiSarli-Analyst", - "email": "gaby@truss.works", + "username": "0eb6f326-a3d4-410f-a521-aa4c1fad4e47", + "first_name": "Gaby-Analyst", + "last_name": "DiSarli-Analyst", + "email": "gaby@truss.works", }, ]