Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Fix header field name in Auth-18 description #586

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/bdt/bdt-structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
{
"id": "Auth-18",
"name": "validates the jku token header",
"description": "When present, the `jky` authentication JWT header should match a value that the client supplied to the FHIR server at client registration time. This test attempts to authorize using `test-bad-jku` as `jky` header value and expects that to produce an error.",
"description": "When present, the `jku` authentication JWT header should match a value that the client supplied to the FHIR server at client registration time. This test attempts to authorize using `test-bad-jku` as `jku` header value and expects that to produce an error.",
"type": "test",
"path": "0.3.16"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/bdt/authorization_sequence.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.