summaryrefslogtreecommitdiffstats
path: root/tests/openbb_terminal/test_keys_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openbb_terminal/test_keys_controller.py')
-rw-r--r--tests/openbb_terminal/test_keys_controller.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/openbb_terminal/test_keys_controller.py b/tests/openbb_terminal/test_keys_controller.py
index 8af59ae4f4d..c12d981cafa 100644
--- a/tests/openbb_terminal/test_keys_controller.py
+++ b/tests/openbb_terminal/test_keys_controller.py
@@ -77,7 +77,6 @@ class MockCFG:
self.API_MESSARI_KEY = kwargs.get("MESSARI", None)
self.API_SANTIMENT_KEY = kwargs.get("SANTIMENT", None)
self.API_TOKENTERMINAL_KEY = kwargs.get("TOKENTERMINAL", None)
- self.API_SHROOM_KEY = kwargs.get("SHROOM", None)
@pytest.mark.skip
@@ -242,9 +241,3 @@ def test_call_messari(other):
@pytest.mark.parametrize("other", [[], ["-k", "1234", "-t", "456"]])
def test_call_tokenterminal(other):
controller.call_tokenterminal(other)
-
-
-@pytest.mark.vcr
-@pytest.mark.parametrize("other", [[], ["-k", "1234", "-t", "456"]])
-def test_call_shroom(other):
- controller.call_shroom(other)