Skip to content

Commit

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

assert len(tf_report.resources) == 2
assert len(tf_report.passed_checks) == 4
assert len(tf_report.failed_checks) == 13
# Changed from 13 to 14 due to PR5687
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 35cdb05

Please sign in to comment.