Merge "Fix tenant DeprecationWarning from oslo_context"
This commit is contained in:
commit
e772a36c97
@ -23,7 +23,7 @@ class RequestContextTestCase(tests_base.TestCase):
|
|||||||
self.context_dict = {
|
self.context_dict = {
|
||||||
'auth_token': 'auth_token1',
|
'auth_token': 'auth_token1',
|
||||||
"user": "user1",
|
"user": "user1",
|
||||||
"tenant": "tenant1",
|
"project_id": "project1",
|
||||||
"project_name": "somename",
|
"project_name": "somename",
|
||||||
'is_admin': True,
|
'is_admin': True,
|
||||||
'read_only': True,
|
'read_only': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user