Skip to content

Commit

Permalink
removed mock client for http azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 14, 2024
1 parent f1c3074 commit f25ff4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/splunk/client/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,8 @@ func NewMockAzureBlobClient(ctx context.Context, bucketName string, storageAccou
return &AzureBlobClient{
BucketName: bucketName,
StorageAccountName: storageAccountName,
//SecretAccessKey: secretAccessKey, //FIXME // TODO
Prefix: prefix,
Endpoint: endpoint,
// HTTPClient: cl.(*spltest.MockHTTPClient), //FIXME // TODO
}, nil
}

Expand Down

0 comments on commit f25ff4a

Please sign in to comment.