Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnaden committed Apr 29, 2024
1 parent b0577ad commit f5695d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PasClaimResponseDecisionTest < Inferno::Test
This test aims to confirm that the decision in the returned ClaimResponse matches
the decision code required for the workflow under examination.
This test is not yet implemented due to limitations in the IG (see details
[here](https://github.com/inferno-framework/davinci-pas-test-kit/tree/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)).
[here](https://github.com/inferno-framework/davinci-pas-test-kit/blob/main/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)).
It is currently optional and will always be skipped, but will be implemented in the future.
)
uses_request :pa_submit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PasUpdateNotificationTest < Inferno::Test
the pended workflow. In the future, Inferno will validate that the server
can accept requests for a subscription and send notifications alerting the client
to the availability of updates to the prior authorization request (see details on this limitation
[here](https://github.com/inferno-framework/davinci-pas-test-kit/tree/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)).
[here](https://github.com/inferno-framework/davinci-pas-test-kit/blob/main/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)).
)

run do
Expand All @@ -29,7 +29,7 @@ class PasUpdateNotificationTest < Inferno::Test
Future versions of this test will validate subscription-based notifications as
described within the implementation guide (see
[here](https://github.com/inferno-framework/davinci-pas-test-kit/tree/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)
[here](https://github.com/inferno-framework/davinci-pas-test-kit/blob/main/lib/davinci_pas_test_kit/docs/server_suite_description_v201.md#testing-limitations)
for more details on this current limitation).
)
)
Expand Down

0 comments on commit f5695d7

Please sign in to comment.