Merge "Ensure to call patch_middleware_get_user() in api.test_base"

This commit is contained in:
Zuul 2019-02-15 14:33:39 +00:00 committed by Gerrit Code Review
commit 4d234693be
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class ApiVersionTests(test.TestCase):
self.fail("ConfigurationError raised inappropriately.")
class ApiHelperTests(test.TestCase):
class ApiHelperTests(test.APITestCase):
"""Tests for functions that don't use one of the api objects."""
def test_url_for(self):