Skip to content

Commit 2f555e8

Browse files
committed
Accidental leftovers of manual local testing
1 parent 1df6478 commit 2f555e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2etest/zt_basic_copy_sync_remove_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
// ================================ Copy And Sync: Upload, Download, and S2S =========================================
4343
func TestBasic_CopyUploadSingleBlob(t *testing.T) {
44-
RunScenarios(t, eOperation.Copy(), eTestFromTo.Other(common.EFromTo.LocalBlobFS()), eValidate.AutoPlusContent(), anonymousAuthOnly, anonymousAuthOnly, params{
44+
RunScenarios(t, eOperation.CopyAndSync(), eTestFromTo.AllUploads(), eValidate.AutoPlusContent(), anonymousAuthOnly, anonymousAuthOnly, params{
4545
recursive: true,
4646
}, nil, testFiles{
4747
defaultSize: "1K",
@@ -419,7 +419,7 @@ func TestBasic_CopyRemoveFolderHNS(t *testing.T) {
419419
}
420420

421421
func TestBasic_CopyRemoveContainer(t *testing.T) {
422-
bfsRemove := TestFromTo{
422+
allButBfsRemove := TestFromTo{
423423
desc: "AllRemove",
424424
useAllTos: true,
425425
froms: []common.Location{
@@ -431,7 +431,7 @@ func TestBasic_CopyRemoveContainer(t *testing.T) {
431431
},
432432
}
433433

434-
RunScenarios(t, eOperation.Remove(), bfsRemove, eValidate.Auto(), anonymousAuthOnly, anonymousAuthOnly, params{
434+
RunScenarios(t, eOperation.Remove(), allButBfsRemove, eValidate.Auto(), anonymousAuthOnly, anonymousAuthOnly, params{
435435
recursive: true,
436436
relativeSourcePath: "",
437437
}, nil, testFiles{

0 commit comments

Comments
 (0)