summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/tests/api/test_rest_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/tests/api/test_rest_api.py')
-rw-r--r--openbb_platform/core/tests/api/test_rest_api.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/openbb_platform/core/tests/api/test_rest_api.py b/openbb_platform/core/tests/api/test_rest_api.py
index af5b80ab6ab..51b06d60a76 100644
--- a/openbb_platform/core/tests/api/test_rest_api.py
+++ b/openbb_platform/core/tests/api/test_rest_api.py
@@ -1,14 +1,8 @@
"""Test rest_api.py."""
-import pytest
+from openbb_core.api.rest_api import app
-@pytest.mark.skip(
- "This test forces a side effect that makes test_integration_tests_ to fail in the GitHub actions.",
-)
def test_openapi():
"""Test openapi schema generation."""
- # pylint: disable=import-outside-toplevel
- from openbb_core.api.rest_api import app
-
assert app.openapi()