Skip to content

Commit

Permalink
fix autoapprover test following tagged authkey change
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujamin committed Sep 23, 2022
1 parent 6d2cfd5 commit 7761a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_test.go
Expand Up @@ -1058,7 +1058,7 @@ func (s *Suite) TestAutoApproveRoutes(c *check.C) {
namespace, err := app.CreateNamespace("test")
c.Assert(err, check.IsNil)

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

nodeKey := key.NewNode()
Expand Down

0 comments on commit 7761a7b

Please sign in to comment.