From 04bb73229599c62e1b61566c490a4538ebbf2e69 Mon Sep 17 00:00:00 2001 From: seanmalloy-crest Date: Wed, 24 Feb 2021 17:38:01 -0800 Subject: [PATCH] fix(tests): Correcting failing test cases --- poetry.lock | 6 +++--- tests/constants.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8a0b7b2..d89d83c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -286,7 +286,7 @@ format_nongpl = ["idna", "jsonpointer (>1.13)", "webcolors", "rfc3986-validator [[package]] name = "junitparser" -version = "2.0.0" +version = "1.6.3" description = "Manipulates JUnit/xUnit Result XML files" category = "main" optional = false @@ -1056,8 +1056,8 @@ jsonschema = [ {file = "jsonschema-3.2.0.tar.gz", hash = "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"}, ] junitparser = [ - {file = "junitparser-2.0.0-py2.py3-none-any.whl", hash = "sha256:653005a60785ca9899b7c08cc5959591c144a38bc5e5150a5477c95f3503660a"}, - {file = "junitparser-2.0.0.tar.gz", hash = "sha256:760b01e3e678eae2aa37bd9b4345774e1cd8ac49c95fbf790fbe602e0a6ce11d"}, + {file = "junitparser-1.6.3-py2.py3-none-any.whl", hash = "sha256:56d6dceda8eaac8b13dbad5150e94011ffffd0fb62032bd734757ccb5e956c3f"}, + {file = "junitparser-1.6.3.tar.gz", hash = "sha256:0ba24b5897a34e9182e043e92ecc30dbe6dbbf537ce1dfdc50eb78f0ee6173d8"}, ] langdetect = [ {file = "langdetect-1.0.7.zip", hash = "sha256:91a170d5f0ade380db809b3ba67f08e95fe6c6c8641f96d67a51ff7e98a9bf30"}, diff --git a/tests/constants.py b/tests/constants.py index 07ecb474..9d97506b 100644 --- a/tests/constants.py +++ b/tests/constants.py @@ -378,7 +378,7 @@ '*test_splunk_app_broken.py::Test_App::test_eventtype*eventtype::broken_is_splunkd* FAILED*', '*test_splunk_app_broken.py::Test_App::test_eventtype*eventtype::broken_is_splunkd-%host%* FAILED*', '*test_splunk_app_broken.py::Test_App::test_props_fields[splunkd::LOOKUP-FAIL_test_wrong_AS_field_name_output* FAILED*', - '*test_splunk_app_broken.py::Test_App::test_props_fields[splunkd::LOOKUP-FAIL_test_wrong_as_field_name_output* FAILED*' + '*test_splunk_app_broken.py::Test_App::test_props_fields[splunkd::LOOKUP-FAIL_test_wrong_as_field_name_output* FAILED*', '*test_splunk_app_broken.py::Test_App::test_savedsearches*search_invalid_earliest_latest* FAILED*', '*test_splunk_app_broken.py::Test_App::test_savedsearches*search_invalid_earliest* FAILED*', '*test_splunk_app_broken.py::Test_App::test_savedsearches*negative_search* FAILED*',