mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 10:12:35 +00:00
Fix test build
This commit is contained in:
@@ -167,7 +167,7 @@ func TestOperatorUnsealCommand_Format(t *testing.T) {
|
||||
Client: client,
|
||||
}
|
||||
|
||||
args, format := setupEnv([]string{"unseal", "-format", "json"})
|
||||
args, format, _ := setupEnv([]string{"unseal", "-format", "json"})
|
||||
if format != "json" {
|
||||
t.Fatalf("expected %q, got %q", "json", format)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user