Skip to content

Commit

Permalink
Remove checking against the client since we create a custom one now.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Oct 7, 2024
1 parent 06618d9 commit 3c3ecf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/civo/sdk/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func Test_New(t *testing.T) {

testutils.AssertNoError(t, err)
testutils.AssertEqual(t, c.GetRegion(), region)
testutils.AssertEqual(t, c.client, http.DefaultClient)
testutils.AssertEqual(t, c.requester.GetEndpoint(), endpoint)
})

Expand Down

0 comments on commit 3c3ecf6

Please sign in to comment.