Skip to content

Commit

Permalink
esti tests - draft 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eladlachmi committed May 23, 2024
1 parent eb1ab47 commit 3c3c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esti/lakectl_local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func TestLakectlLocal_commit_remote_uncommitted(t *testing.T) {
vars["LOCAL_DIR"] = dataDir
vars["BRANCH"] = tc.name
vars["REF"] = tc.name
RunCmdAndVerifyContainsText(t, fmt.Sprintf("%s local clone lakefs://%s/%s/%s %s", Lakectl(), repoName, vars["BRANCH"], vars["PREFIX"], dataDir), false, "Successfully cloned lakefs://${REPO}/${REF}/${PREFIX} to ${LOCAL_DIR}.", vars)
RunCmdAndVerifyContainsText(t, fmt.Sprintf("%s local clone lakefs://%s/%s/%s %s", Lakectl(), repoName, vars["BRANCH"], vars["PREFIX"], dataDir), false, "Successfully cloned lakefs://${REPO}/${REF}/${PREFIX}/ to ${LOCAL_DIR}.", vars)

// add remote files
if len(tc.uncommittedRemote) > 0 {
Expand Down

0 comments on commit 3c3c19f

Please sign in to comment.