mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	fix autoapprover test following tagged authkey change
This commit is contained in:
		
							parent
							
								
									6d2cfd52c5
								
							
						
					
					
						commit
						7761a7b23e
					
				@ -1058,7 +1058,7 @@ func (s *Suite) TestAutoApproveRoutes(c *check.C) {
 | 
				
			|||||||
	namespace, err := app.CreateNamespace("test")
 | 
						namespace, err := app.CreateNamespace("test")
 | 
				
			||||||
	c.Assert(err, check.IsNil)
 | 
						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)
 | 
						c.Assert(err, check.IsNil)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	nodeKey := key.NewNode()
 | 
						nodeKey := key.NewNode()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user