Skip to content

Commit 5ed57fd

Browse files
committed
(IAC-1223) Fix clone https test
With the default branch on github for the vcsrepo module being updated from 'master' to 'main' when the module clones the default HEAD is now 'main' rather than 'master'.
1 parent 59c7a55 commit 5ed57fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/clone_repo_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
end
5656

5757
describe file("#{tmpdir}/httpstestrepo/.git/HEAD") do
58-
it { is_expected.to contain 'ref: refs/heads/master' }
58+
it { is_expected.to contain 'ref: refs/heads/main' }
5959
end
6060
end
6161

0 commit comments

Comments
 (0)