Skip to content

Commit f25ff4a

Browse files
author
Vivek Reddy
committed
removed mock client for http azure
1 parent f1c3074 commit f25ff4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/splunk/client/util.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ func NewMockAzureBlobClient(ctx context.Context, bucketName string, storageAccou
9292
return &AzureBlobClient{
9393
BucketName: bucketName,
9494
StorageAccountName: storageAccountName,
95-
//SecretAccessKey: secretAccessKey, //FIXME // TODO
9695
Prefix: prefix,
9796
Endpoint: endpoint,
98-
// HTTPClient: cl.(*spltest.MockHTTPClient), //FIXME // TODO
9997
}, nil
10098
}
10199

0 commit comments

Comments
 (0)