summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2024-06-20 13:46:09 +0200
committerGitHub <noreply@github.com>2024-06-20 11:46:09 +0000
commit85b683a67d30ee1da73f9b5e1407ae6936a75b5f (patch)
tree9bc28b16e2eae2d967df6d381dbab252627b91c8
parent050b15696b65d059ff918622ac46b678efa73323 (diff)
Patch test (#6523)
-rw-r--r--openbb_platform/extensions/tests/utils/integration_tests_testers.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbb_platform/extensions/tests/utils/integration_tests_testers.py b/openbb_platform/extensions/tests/utils/integration_tests_testers.py
index afb0d95e9f1..20e2e5f9116 100644
--- a/openbb_platform/extensions/tests/utils/integration_tests_testers.py
+++ b/openbb_platform/extensions/tests/utils/integration_tests_testers.py
@@ -270,6 +270,10 @@ def check_integration_tests(
processing_command_params, function_params, function, True # type: ignore
)
+ # if "chart" is in missing_items, remove it
+ if "chart" in missing_items:
+ missing_items.remove("chart")
+
all_missing_items.extend(missing_items)
return all_missing_items