Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

fix parity testing link #1471

Merged
merged 1 commit into from
Sep 5, 2024
Merged
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 layouts/partials/coverage/coverage_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 id="howtoread">How to read the test details?</h3>
<li>information about validation:</li>
<ul>
<li><span class="coverage-report-tag-aws-validated">AWS validated</span> the test is validated against AWS, meaning it run successfully against real AWS as well</li>
<li><span class="coverage-report-tag-snapshot">Snapshot Tested</span> this is a <a href="/contributing/parity-testing/">snapshot parity test</a>, meaning the responses are validated against AWS</li>
<li><span class="coverage-report-tag-snapshot">Snapshot Tested</span> this is a <a href="https://github.com/localstack/localstack/blob/master/docs/testing/parity-testing/README.md">snapshot parity test</a>, meaning the responses are validated against AWS</li>
</ul>
</ul>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/coverage/coverage_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ <h3 id="terminology">Terminology</h3>
{{ end }}
<li><b>Terraform Validated:</b> operation tested with <a href="/user-guide/integrations/terraform/">Terraform</a></li>
<li><b>AWS Validated:</b> the integration test that includes this operation call was validated against AWS</li>
<li><b>Snapshot Tested:</b> the operation is part of a <a href="/contributing/parity-testing/">snapshot parity test</a>, which verifies the responses by LocalStack and AWS are the same</li>
<li><b>Snapshot Tested:</b> the operation is part of a <a href="https://github.com/localstack/localstack/blob/master/docs/testing/parity-testing/README.md">snapshot parity test</a>, which verifies the responses by LocalStack and AWS are the same</li>
</ul>
</div>