Skip to content

Commit

Permalink
Adjusted PR reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Defise committed Nov 2, 2023
1 parent 35cdb05 commit 0d32d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_app_service_linux_web_resources(mocker: MockerFixture, graph_framework)

assert len(tf_report.resources) == 2
assert len(tf_report.passed_checks) == 4
# Changed from 13 to 14 due to PR5687
# Changed from 13 to 14 due to PR #5687
assert len(tf_report.failed_checks) == 14
assert len(tf_report.skipped_checks) == 0
assert len(tf_report.parsing_errors) == 0
Expand Down

0 comments on commit 0d32d84

Please sign in to comment.