mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-31 21:17:43 +09:00 
			
		
		
		
	fix linting issues in preauthkey tags
This commit is contained in:
		| @@ -337,7 +337,7 @@ func (s *IntegrationCLITestSuite) TestPreAuthKeyCommand() { | ||||
|  | ||||
| 	// Test that tags are present | ||||
| 	for i := 0; i < count; i++ { | ||||
| 		assert.Equals(listedPreAuthKeys[i].AclTags, []string{"tag:test1,", "tag:test2"}) | ||||
| 		assert.Equal(s.T(), listedPreAuthKeys[i].AclTags, []string{"tag:test1", "tag:test2"}) | ||||
| 	} | ||||
|  | ||||
| 	// Expire three keys | ||||
|   | ||||
		Reference in New Issue
	
	Block a user