Skip to content

Commit

Permalink
backport of commit 9ae01d7
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Jan 20, 2022
1 parent ae91599 commit 84830a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/testhelpers/logical/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ func TestCheckAuthEntityId(entity_id *string) TestCheckFunc {
}
}

// TestCheckAuthEntityAlias is a helper to check that a request generated an
// auth token with the expected alias data.
// TestCheckAuthEntityAliasMetadataName is a helper to check that a request generated an
// auth token with the expected alias metadata.
func TestCheckAuthEntityAliasMetadataName(key string, value string) TestCheckFunc {
return func(resp *logical.Response) error {
if resp == nil || resp.Auth == nil {
Expand Down

0 comments on commit 84830a8

Please sign in to comment.