Merge "Some files missing newline at end of file"

This commit is contained in:
Jenkins 2015-07-10 03:42:54 +00:00 committed by Gerrit Code Review
commit 2f1da1af72
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ class FakeScenarioPlugin1(base.Scenario):
@base.scenario()
def list(self):
"""Fake scenario."""
pass
pass

View File

@ -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")