mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	cleanup unused code and fix t.Fatal usage in goroutine in testing (#11694)
This commit is contained in:
		| @@ -83,7 +83,7 @@ func (c *NamespaceListCommand) Run(args []string) int { | ||||
| 	} | ||||
|  | ||||
| 	if secret == nil { | ||||
| 		c.UI.Error(fmt.Sprintf("No namespaces found")) | ||||
| 		c.UI.Error("No namespaces found") | ||||
| 		return 2 | ||||
| 	} | ||||
|  | ||||
| @@ -97,7 +97,7 @@ func (c *NamespaceListCommand) Run(args []string) int { | ||||
| 	} | ||||
|  | ||||
| 	if !ok { | ||||
| 		c.UI.Error(fmt.Sprintf("No entries found")) | ||||
| 		c.UI.Error("No entries found") | ||||
| 		return 2 | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mayo
					Mayo