From a9d3449548b1c5ed33c3eb8a2f80243e198f9727 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 15 Aug 2018 10:35:06 -0400 Subject: [PATCH] Change inaccurate test name --- tests/routes/test_request_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/routes/test_request_new.py b/tests/routes/test_request_new.py index 74a74dfe..dd4f926c 100644 --- a/tests/routes/test_request_new.py +++ b/tests/routes/test_request_new.py @@ -147,7 +147,7 @@ def test_not_am_poc_allows_user_to_fill_in_poc_info(client, user_session): assert ERROR_CLASS not in response.data.decode() -def test_not_am_poc_allows_user_to_fill_in_poc_info_for_new_request(client, user_session): +def test_poc_details_can_be_autopopulated_on_new_request(client, user_session): creator = UserFactory.create() user_session(creator) response = client.post(