Skip to content

Commit

Permalink
fix order update
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Sep 28, 2021
1 parent 60f247d commit a877fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/twilio/twiml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ func TestTwiMLResponse(t *testing.T) {
<Gather numDigits="1" timeout="10" action="http://example.com">
<Say><prosody rate="slow">Sorry, I didn&#39;t understand that.</prosody></Say>
<Say><prosody rate="slow">Hello</prosody></Say>
<Say><prosody rate="slow">To repeat this message, press star.</prosody></Say>
<Say><prosody rate="slow">If you are done, you may simply hang up.</prosody></Say>
<Say><prosody rate="slow">To repeat this message, press star.</prosody></Say>
</Gather>
</Response>
`, string(data))
Expand Down

0 comments on commit a877fcf

Please sign in to comment.