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,