Skip to content

Commit ffc0781

Browse files
committed
Addressing coverage
1 parent a7458f2 commit ffc0781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/tests/Test_ConfigurePatchingProcessor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ def test_operation_fail_for_configure_patching_telemetry_not_supported(self):
171171
ext_status_asserter.assert_operation_summary_has_error(Constants.CONFIGURE_PATCHING_SUMMARY, Constants.TELEMETRY_NOT_COMPATIBLE_ERROR_MSG)
172172
ext_status_asserter.assert_operation_summary_has_error(Constants.CONFIGURE_PATCHING_SUMMARY, Constants.TELEMETRY_NOT_COMPATIBLE_ERROR_MSG, 'autoAssessmentStatus')
173173
ext_status_asserter.assert_configure_patching_auto_assessment_state(Constants.STATUS_ERROR)
174-
else:
174+
#else:
175175
# this code path never executed in the test as it sat (discovered in refactoring). Marking as TODO for Arc.
176-
ext_status_asserter.assert_status_file_substatus(Constants.CONFIGURE_PATCHING_SUMMARY, Constants.STATUS_SUCCESS)
176+
# ext_status_asserter.assert_status_file_substatus(Constants.CONFIGURE_PATCHING_SUMMARY, Constants.STATUS_SUCCESS)
177177
runtime.stop()
178178

179179
def test_patch_mode_set_failure_for_configure_patching(self):

0 commit comments

Comments
 (0)