Skip to content

Commit

Permalink
Fix test after merging #332 (2f47dfc)
Browse files Browse the repository at this point in the history
In between raising #332 and merging it, there were changes to the master branch
that resulted in the tests in this PR breaking after the merge.

In hindsight, this branch should have been rebased against master before merging
the PR.
  • Loading branch information
theckman committed Oct 12, 2021
1 parent 26bf695 commit 3fd29d2
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 3fd29d2

Please sign in to comment.