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