From bed2c43a4299e8182110bc0d3b1eb731ab0630a6 Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Sat, 1 Jun 2024 19:31:49 -0400 Subject: [PATCH] Fix: test is failing due to changed API response (#378) --- src/meshapi/tests/sample_join_form_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshapi/tests/sample_join_form_data.py b/src/meshapi/tests/sample_join_form_data.py index c35822c7..89b45e1d 100644 --- a/src/meshapi/tests/sample_join_form_data.py +++ b/src/meshapi/tests/sample_join_form_data.py @@ -68,7 +68,7 @@ "email": "rsmith@gmail.com", "phone": "+1585-758-3425", # CSH's phone number :P "street_address": "250 Bedford Park Blvd W", - "parsed_street_address": "250 Bedford Park Boulevard West", + "parsed_street_address": "250 Bedford Park Bl West", "city": "Bronx", "state": "NY", "zip": 10468,