@@ -52,6 +52,7 @@ def test_create_response(self):
5252 "scan_message_content": "inherit",
5353 "area_code_geomatch": true,
5454 "validity_period": 600,
55+ "synchronous_validation": true,
5556 "links": {
5657 "phone_numbers": "https://messaging.twilio.com/v1/Services/MGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/PhoneNumbers",
5758 "short_codes": "https://messaging.twilio.com/v1/Services/MGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/ShortCodes",
@@ -92,6 +93,7 @@ def test_update_response(self):
9293 "smart_encoding": false,
9394 "fallback_to_long_code": true,
9495 "scan_message_content": "inherit",
96+ "synchronous_validation": true,
9597 "area_code_geomatch": true,
9698 "validity_period": 600,
9799 "inbound_request_url": "https://www.example.com",
@@ -152,6 +154,7 @@ def test_read_full_response(self):
152154 "area_code_geomatch": true,
153155 "validity_period": 600,
154156 "scan_message_content": "inherit",
157+ "synchronous_validation": true,
155158 "inbound_request_url": "https://www.example.com/",
156159 "inbound_method": "POST",
157160 "fallback_url": null,
@@ -206,6 +209,7 @@ def test_fetch_response(self):
206209 "area_code_geomatch": true,
207210 "validity_period": 600,
208211 "scan_message_content": "inherit",
212+ "synchronous_validation": true,
209213 "links": {
210214 "phone_numbers": "https://messaging.twilio.com/v1/Services/MGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/PhoneNumbers",
211215 "short_codes": "https://messaging.twilio.com/v1/Services/MGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/ShortCodes",
0 commit comments