Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Oct 3, 2024
1 parent 055e5db commit f0b477a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions das/google_cloud_storage_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func NewTestGoogleCloudStorageService(ctx context.Context, googleCloudStorageCon

func TestNewGoogleCloudStorageService(t *testing.T) {
ctx := context.Background()
// #nosec G115
expiry := uint64(time.Now().Add(time.Hour).Unix())
googleCloudStorageServiceConfig := DefaultGoogleCloudStorageServiceConfig
googleCloudStorageServiceConfig.Enable = true
Expand Down

0 comments on commit f0b477a

Please sign in to comment.