From 6e1900505e301e53798eaee31d91f7ee89519216 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Dec 2023 01:16:29 +0100 Subject: [PATCH] fix test --- plugin/impl_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/impl_test.go b/plugin/impl_test.go index b2116bf..d32d6d0 100644 --- a/plugin/impl_test.go +++ b/plugin/impl_test.go @@ -36,6 +36,7 @@ func TestClone(t *testing.T) { RemoteURL: tt.clone, CommitRef: tt.ref, CommitSha: tt.commit, + Branch: "main", }, Pipeline: Pipeline{ Event: tt.event, @@ -80,6 +81,7 @@ func TestCloneNonEmpty(t *testing.T) { RemoteURL: tt.clone, CommitRef: tt.ref, CommitSha: tt.commit, + Branch: "main", }, Pipeline: Pipeline{ Event: tt.event,