Skip to content

Commit

Permalink
fix some more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoehler committed Nov 23, 2023
1 parent 958d4aa commit 1a8d04d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cmd/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,16 @@ releases:
})

It("overwrites the opts with the flags from configs of type deploy", func() {
configs := []boshdir.Config{{"1", "default", "deploy", "0000", "", "flags:\n - fix", true}}
configs := []boshdir.Config{
{
ID: "1",
Name: "default", Type: "deploy",
CreatedAt: "0000",
Team: "",
Content: "flags:\n - fix",
Current: true,
},
}

director.ListConfigsReturns(configs, nil)

Expand Down

0 comments on commit 1a8d04d

Please sign in to comment.