Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Oct 25, 2023
1 parent eb2719c commit 7acb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ func TestSetWebhookDefaults(t *testing.T) {
}
webhook := tc.webhook
w.setWebhookDefaults(&webhook, tc.remoteAddr)
assert.Equal(tc.expectedWebhook, tc.webhook)
assert.Equal(tc.expectedWebhook, webhook)
})
}
}

0 comments on commit 7acb503

Please sign in to comment.