diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index b21aab6cf..f1eed65c0 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -92,7 +92,7 @@ class FormTests(TestWithUser, WebTest): # 302 redirect to the first form page = self.app.get(reverse("application")).follow() form = page.form - form["organization-organization_type"] = "Federal" + form["organization_type-organization_type"] = "Federal" result = page.form.submit().follow() # Got the next form page self.assertIn("contact information", result)