From 3c3c19f87110ef39bea106ea0d15892c22f2c927 Mon Sep 17 00:00:00 2001 From: Elad Lachmi Date: Thu, 23 May 2024 18:06:10 +0300 Subject: [PATCH] esti tests - draft 3 --- esti/lakectl_local_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esti/lakectl_local_test.go b/esti/lakectl_local_test.go index 9d024fce8c2..970d7ca504c 100644 --- a/esti/lakectl_local_test.go +++ b/esti/lakectl_local_test.go @@ -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 {