Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Apr 17, 2024
1 parent 5cbaaf7 commit 24edff0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions temba/templates/types/twilio/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ def test_update_local_twa(self, mock_get):
"body": "Random type",
},
"twilio/blah": {
"actions": [
{
"title": "Check site",
"type": "URL",
"url": "https://example.com/?wa_customer={{3}}",
},
],
"body": "unsupported twilio/blah",
},
},
Expand Down

0 comments on commit 24edff0

Please sign in to comment.