Change inaccurate test name

This commit is contained in:
richard-dds 2018-08-15 10:35:06 -04:00
parent a588591485
commit a9d3449548

View File

@ -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(