Skip to content

Commit 5243125

Browse files
committed
feat: linter issues
1 parent cd8875e commit 5243125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cdn/wait/wait_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type apiClientMock struct {
2323
}
2424

2525
// GetDistributionExecute implements APIClientInterface.
26-
func (mock *apiClientMock) GetDistributionExecute(ctx context.Context, projectId string, distributionId string) (*cdn.GetDistributionResponse, error) {
26+
func (mock *apiClientMock) GetDistributionExecute(_ context.Context, _, _ string) (*cdn.GetDistributionResponse, error) {
2727
response := mock.responses[mock.responseIndex]
2828
mock.responseIndex++
2929
mock.responseIndex %= len(mock.responses)

0 commit comments

Comments
 (0)