Fix test build

This commit is contained in:
Jeff Mitchell 2019-02-05 12:26:25 -05:00
parent 309e7db6f0
commit de8d45d9db
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}