Skip to content

Commit

Permalink
Fix machine test from marger
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Oct 3, 2022
1 parent a3d3ad2 commit df36bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (s *Suite) TestGenerateGivenName(c *check.C) {
namespace2, err := app.CreateNamespace("namespace-2")
c.Assert(err, check.IsNil)

pak, err := app.CreatePreAuthKey(namespace1.Name, false, false, nil)
pak, err := app.CreatePreAuthKey(namespace1.Name, false, false, nil, nil)
c.Assert(err, check.IsNil)

_, err = app.GetMachine("namespace-1", "testmachine")
Expand Down

0 comments on commit df36bcf

Please sign in to comment.