diff --git a/cmd/mr_test.go b/cmd/mr_test.go index eba20949..4f4e8fef 100644 --- a/cmd/mr_test.go +++ b/cmd/mr_test.go @@ -109,7 +109,7 @@ func Test_mrCmd_MR_description_and_options(t *testing.T) { } }) t.Run("create MR from file", func(t *testing.T) { - git := exec.Command("git", "checkout", "-b", "local/mrtest", "origin/mrtest") + git := exec.Command("git", "checkout", "mrtest") git.Dir = repo b, err := git.CombinedOutput() if err != nil {