We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8875e commit 5243125Copy full SHA for 5243125
services/cdn/wait/wait_test.go
@@ -23,7 +23,7 @@ type apiClientMock struct {
23
}
24
25
// GetDistributionExecute implements APIClientInterface.
26
-func (mock *apiClientMock) GetDistributionExecute(ctx context.Context, projectId string, distributionId string) (*cdn.GetDistributionResponse, error) {
+func (mock *apiClientMock) GetDistributionExecute(_ context.Context, _, _ string) (*cdn.GetDistributionResponse, error) {
27
response := mock.responses[mock.responseIndex]
28
mock.responseIndex++
29
mock.responseIndex %= len(mock.responses)
0 commit comments