summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/tests/api/test_rest_api.py
blob: 51b06d60a762181e51bf091d063133a14b17822d (plain)
1
2
3
4
5
6
7
8
"""Test rest_api.py."""

from openbb_core.api.rest_api import app


def test_openapi():
    """Test openapi schema generation."""
    assert app.openapi()