Skip to content

Commit

Permalink
Update test database so we have topics
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 25, 2021
1 parent ab47015 commit 0e68618
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified mailroom_test.dump
Binary file not shown.
2 changes: 1 addition & 1 deletion services/tickets/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ func TestCloseTicket(t *testing.T) {
require.NoError(t, err)

testsuite.AssertContactTasks(t, 1, testdata.Cathy.ID,
[]string{`{"type":"ticket_closed","org_id":1,"task":{"id":1,"org_id":1,"contact_id":10000,"ticket_id":1,"event_type":"C","created_on":"2021-06-08T16:40:31Z"},"queued_on":"2021-06-08T16:40:34Z"}`})
[]string{`{"type":"ticket_closed","org_id":1,"task":{"id":1,"org_id":1,"contact_id":10000,"ticket_id":1,"event_type":"C","created_on":"2021-06-08T16:40:32Z"},"queued_on":"2021-06-08T16:40:34Z"}`})
}
2 changes: 1 addition & 1 deletion web/contact/testdata/create.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": 30000,
"status": "active",
"timezone": "America/Los_Angeles",
"created_on": "2018-07-06T12:30:00.123457Z"
"created_on": "2018-07-06T12:30:01.123457Z"
}
},
"db_assertions": [
Expand Down

0 comments on commit 0e68618

Please sign in to comment.