From 26d3d137b57202584e0326839ed698fce3d38487 Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:51:11 +0100 Subject: [PATCH] Revert "ci: add expected failure for appinspect-api check" (#1458) Reverts splunk/addonfactory-ucc-generator#1427 It is not expected anymore, causing ci failures https://github.com/splunk/addonfactory-ucc-generator/actions/runs/11820162390/job/32932305072 --- .../.appinspect_api.expect.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml b/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml index d160dc003..d57b094a2 100644 --- a/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml +++ b/tests/testdata/expected_addons/expected_output_global_config_everything/.appinspect_api.expect.yaml @@ -1,4 +1,2 @@ check_for_compiled_python: - comment: 'Expected failure as compiled python file was detected in your build.' -check_for_search_v1_endpoint: - comment: 'The error is generated from splunklib, hence will be fixed once fixed in the library' + comment: 'Expected failure as compiled python file was detected in your build.' \ No newline at end of file