0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-09-19 15:12:46 +02:00
This commit is contained in:
Robert Kaussow 2023-12-23 01:16:29 +01:00
parent 49276b9116
commit 6e1900505e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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,