Merge pull request #766 from alphagov/fix-sms-sender

Fix the from number in the post_sms_response.
This commit is contained in:
Rebecca Law
2016-12-12 16:46:00 +00:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ sms_content = {
"body": {"type": "string"},
"from_number": {"type": "string"}
},
"required": ["body"]
"required": ["body", "from_number"]
}
post_sms_response = {