diff --git a/task_test.go b/task_test.go index 24a6390c..b74f8ead 100644 --- a/task_test.go +++ b/task_test.go @@ -1116,7 +1116,7 @@ func TestIncludesRemote(t *testing.T) { secondRemote: "./second/Taskfile.yml", }, { - firstRemote: srv.URL + "/repo.git//" + dir + "/first/Taskfile.yml?ref=main", + firstRemote: srv.URL + "/repo.git//" + dir + "/first/Taskfile.yml?ref=HEAD", secondRemote: "./second/Taskfile.yml", skip: !gitSupported, },