Fix test build
This commit is contained in:
parent
309e7db6f0
commit
de8d45d9db
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue