From d643ffcca513c5b21043fcb65ce917ed89d0c2c2 Mon Sep 17 00:00:00 2001 From: lizpearl Date: Mon, 21 Oct 2024 11:50:11 -0500 Subject: [PATCH] Add missing - in uuid --- src/registrar/fixtures/fixtures_users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/fixtures/fixtures_users.py b/src/registrar/fixtures/fixtures_users.py index c4ec33827..2e7b7e28b 100644 --- a/src/registrar/fixtures/fixtures_users.py +++ b/src/registrar/fixtures/fixtures_users.py @@ -252,7 +252,7 @@ class UserFixture: "email": "elizabeth.liao@gwe.cisa.dhs.gov", }, { - "username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2", + "username": "ee1e68da-41a5-47f7-949b-d8a4e9e2b9d2", "first_name": "Samiyah-Analyst", "last_name": "Key-Analyst", "email": "skey+1@truss.works",