Merge "Ensure to call patch_middleware_get_user() in api.test_base" into stable/rocky

This commit is contained in:
Zuul 2019-09-10 11:16:07 +00:00 committed by Gerrit Code Review
commit 0d94e5e943
1 changed files with 1 additions and 1 deletions

View File

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