Skip to content

Commit

Permalink
Issue #615 - unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMcDermott committed Jan 31, 2025
1 parent 2edb6f1 commit 79d97f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/task/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func TestCloneGitBasicAuth(t *testing.T) {
addr := startGitServer(t, repo)

cpm := clonePackageMutation{
pkgRev: &v1alpha1.PackageRevision{},
task: &v1alpha1.Task{
Type: "clone",
Clone: &v1alpha1.PackageCloneTaskSpec{
Expand Down

0 comments on commit 79d97f6

Please sign in to comment.