Skip to content

Commit

Permalink
chore: fix end to end test
Browse files Browse the repository at this point in the history
  • Loading branch information
thepabloaguilar committed May 16, 2024
1 parent 672a9da commit 8aa47fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (

func TestGitSemverResolution(t *testing.T) {
Given(t).
RepoURLType(fixture.RepoURLTypeSSH).
Recurse().
CustomSSHKnownHostsAdded().
SSHRepoURLAdded(true).
RepoURLType(fixture.RepoURLTypeSSH).
Revision("v0.1.*").
When().
CreateApp().
Expand Down

0 comments on commit 8aa47fd

Please sign in to comment.