Skip to content

Commit

Permalink
Update dcv_delegation_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 12, 2023
1 parent cb44ad6 commit 93050ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcv_delegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestGetDCVDelegation(t *testing.T) {
UUID: testUuid,
}

actual, _, err := client.GetDCVDelegation(context.Background(), ZoneIdentifier(testZoneID))
actual, _, err := client.GetDCVDelegation(context.Background(), ZoneIdentifier(testZoneID), GetDCVDelegationParams{})

if assert.NoError(t, err) {
assert.Equal(t, want, actual)
Expand Down

0 comments on commit 93050ce

Please sign in to comment.