Merge "Some files missing newline at end of file"
This commit is contained in:
commit
2f1da1af72
@ -22,4 +22,4 @@ class FakeScenarioPlugin1(base.Scenario):
|
||||
@base.scenario()
|
||||
def list(self):
|
||||
"""Fake scenario."""
|
||||
pass
|
||||
pass
|
||||
|
@ -229,4 +229,4 @@ class KeystoneV3WrapperTestCase(test.TestCase, KeystoneWrapperTestBase):
|
||||
self.wrapped_client.remove_role("fake_role_id", "fake_user_id",
|
||||
"fake_project_id")
|
||||
self.client.roles.revoke.assert_called_once_with(
|
||||
"fake_role_id", user="fake_user_id", project="fake_project_id")
|
||||
"fake_role_id", user="fake_user_id", project="fake_project_id")
|
||||
|
Loading…
x
Reference in New Issue
Block a user