Skip to content

Commit

Permalink
fix(database: fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp committed Jun 29, 2023
1 parent e9766d4 commit 0603090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ func testPipelines(t *testing.T, db Interface, repos []*library.Repo) {
one.SetFlavor("large")
one.SetPlatform("docker")
one.SetRef("refs/heads/master")
one.SetRef("yaml")
one.SetType("yaml")
one.SetVersion("1")
one.SetExternalSecrets(false)
one.SetInternalSecrets(false)
Expand All @@ -728,7 +728,7 @@ func testPipelines(t *testing.T, db Interface, repos []*library.Repo) {
two.SetFlavor("large")
two.SetPlatform("docker")
two.SetRef("refs/heads/master")
two.SetRef("yaml")
two.SetType("yaml")
two.SetVersion("1")
two.SetExternalSecrets(false)
two.SetInternalSecrets(false)
Expand Down

0 comments on commit 0603090

Please sign in to comment.