mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Move meta into its own package
This commit is contained in:
		| @@ -4,6 +4,7 @@ import ( | ||||
| 	"testing" | ||||
|  | ||||
| 	"github.com/hashicorp/vault/http" | ||||
| 	"github.com/hashicorp/vault/meta" | ||||
| 	"github.com/hashicorp/vault/vault" | ||||
| 	"github.com/mitchellh/cli" | ||||
| ) | ||||
| @@ -15,7 +16,7 @@ func TestAuthDisable(t *testing.T) { | ||||
|  | ||||
| 	ui := new(cli.MockUi) | ||||
| 	c := &AuthDisableCommand{ | ||||
| 		Meta: Meta{ | ||||
| 		Meta: meta.Meta{ | ||||
| 			ClientToken: token, | ||||
| 			Ui:          ui, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell