Skip to content

Commit

Permalink
resolve more rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanloyer committed Sep 29, 2023
1 parent 7d9770b commit dca21b6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ class BulkDataAuthorization < Inferno::TestGroup
}
input :bulk_jwks_kid,
title: 'Bulk Data JWKS kid',
description: 'The key ID of the JWKS private key to use for signing the client assertion when fetching an auth token. Defaults to the first JWK in the list if no kid is supplied.',
description: <<~DESCRIPTION,
The key ID of the JWKS private key to use for signing the client assertion when fetching an auth token.
Defaults to the first JWK in the list if no kid is supplied.
DESCRIPTION
optional: true
output :bearer_token

Expand Down

0 comments on commit dca21b6

Please sign in to comment.