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 a2ff487 commit 68916f1Copy full SHA for 68916f1
connector_test.go
@@ -89,7 +89,7 @@ func TestNewConnector(t *testing.T) {
89
WithHTTPPath(httpPath),
90
)
91
expectedCloudFetchConfig := config.CloudFetchConfig{
92
- UseCloudFetch: false,
+ UseCloudFetch: true,
93
MaxDownloadThreads: 10,
94
MaxFilesInMemory: 10,
95
MinTimeToExpiry: 0 * time.Second,
@@ -130,7 +130,7 @@ func TestNewConnector(t *testing.T) {
130
WithRetries(-1, 0, 0),
131
132
133
134
135
136
0 commit comments