Skip to content

Commit

Permalink
Fix approle build
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Jun 14, 2018
1 parent 2e2e1c6 commit d7a5df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/credential/approle/path_tidy_user_id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestAppRole_TidyDanglingAccessors(t *testing.T) {
t.Fatalf("bad: len(accessorHashes); expect 3, got %d", len(accessorHashes))
}

err = b.tidySecretID(context.Background(), storage)
_, err = b.tidySecretID(context.Background(), storage)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d7a5df3

Please sign in to comment.