diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index a0b22846..b20dc0c5 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,6 +1,6 @@ from tests import SiteTest, app -class ApiEndpointsRootEndpoints(SiteTest): +class ApiEndpoints(SiteTest): """ Test cases for the api subdomain """ def test_api_unknown_route(self): """ Check api unknown route """ |