fix autoapprover test following tagged authkey change
This commit is contained in:
parent
6d2cfd52c5
commit
7761a7b23e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue