Skip to content

Commit

Permalink
Adapted test_app_service_linux_web_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Defise committed Nov 7, 2023
1 parent 0d32d84 commit 9a66b64
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +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 PR #5687
assert len(tf_report.failed_checks) == 14
assert len(tf_report.failed_checks) == 13
assert len(tf_report.skipped_checks) == 0
assert len(tf_report.parsing_errors) == 0

Expand Down Expand Up @@ -272,7 +271,8 @@ def test_app_service_windows_web_resources(mocker: MockerFixture, graph_framewor

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 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 9a66b64

Please sign in to comment.