Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Jan 3, 2025
1 parent 61d215e commit 5e750bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tickets/zendesk/testdata/csat.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"db_assertions": [
{
"query": "select count(*) from msgs_msg where direction = 'O' and text = 'We can help'",
"query": "select count(*) from msgs_msg where direction = 'O' and text = 'Satisfaction Survey'",
"count": 1
}
]
Expand Down

0 comments on commit 5e750bf

Please sign in to comment.