Skip to content

Commit

Permalink
Merge pull request #371 from PagerDuty/hotfix_after_merge
Browse files Browse the repository at this point in the history
Fix test after merging #332 (2f47dfc)
  • Loading branch information
theckman committed Oct 12, 2021
2 parents 26bf695 + 3fd29d2 commit 7a1cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TestClient_LastAPIRequest(t *testing.T) {
})

t.Run("integration", func(t *testing.T) {
const requestBody = `{"user":{"id":"1","type":"","name":"","summary":"","email":"[email protected]","contact_methods":null,"notification_rules":null,"Teams":null}}`
const requestBody = `{"user":{"id":"1","name":"","summary":"","email":"[email protected]","contact_methods":null,"notification_rules":null,"Teams":null}}`

setup()
defer teardown()
Expand Down

0 comments on commit 7a1cc59

Please sign in to comment.