From 24acf8cc9876353f102158006d089e9bf40ebc71 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Wed, 17 Apr 2024 14:46:31 -0700 Subject: [PATCH] Fix unit test --- src/registrar/tests/test_admin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index bf54efe60..ba19c2959 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -1786,6 +1786,8 @@ class TestDomainRequestAdmin(MockEppLib): "updated_at", "status", "rejection_reason", + "updated_federal_agency", + # TODO: once approved, we'll have to remove above from test "creator", "investigator", "generic_org_type",