Skip to content

Commit

Permalink
Fix upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har committed Oct 8, 2023
1 parent 794470b commit d31ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esti/lakectl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestLakectlPreSignUpload(t *testing.T) {

filePath := "ro_1k.1"
vars["FILE_PATH"] = filePath
RunCmdAndVerifySuccessWithFile(t, Lakectl()+" fs upload -s files/ro_1k lakefs://"+repoName+"/"+mainBranch+"/"+filePath+" --pre-statuqsign", false, "lakectl_fs_upload", vars)
RunCmdAndVerifySuccessWithFile(t, Lakectl()+" fs upload -s files/ro_1k lakefs://"+repoName+"/"+mainBranch+"/"+filePath+" --pre-sign", false, "lakectl_fs_upload", vars)

}

Expand Down

0 comments on commit d31ac25

Please sign in to comment.