diff --git a/packages/env/test/parse-config.js b/packages/env/test/parse-config.js index 123f1cd4b38fe..c72bbd4f34e28 100644 --- a/packages/env/test/parse-config.js +++ b/packages/env/test/parse-config.js @@ -22,7 +22,7 @@ const gitTests = [ { sourceString: 'ssh://git@github.com/short.git', url: 'ssh://git@github.com/short.git', - ref: 'master', + ref: undefined, path: currentDirectory + '/short', clonePath: currentDirectory + '/short', basename: 'short', @@ -30,7 +30,7 @@ const gitTests = [ { sourceString: 'ssh://git@github.com/owner/long/path/repo.git', url: 'ssh://git@github.com/owner/long/path/repo.git', - ref: 'master', + ref: undefined, path: currentDirectory + '/owner/long/path/repo', clonePath: currentDirectory + '/owner/long/path/repo', basename: 'repo',