diff --git a/tests/functional/extra/fake_dir1/fake_plugin1.py b/tests/functional/extra/fake_dir1/fake_plugin1.py index f637f4aa..45ddf522 100644 --- a/tests/functional/extra/fake_dir1/fake_plugin1.py +++ b/tests/functional/extra/fake_dir1/fake_plugin1.py @@ -22,4 +22,4 @@ class FakeScenarioPlugin1(base.Scenario): @base.scenario() def list(self): """Fake scenario.""" - pass \ No newline at end of file + pass diff --git a/tests/unit/plugins/openstack/wrappers/test_keystone.py b/tests/unit/plugins/openstack/wrappers/test_keystone.py index 3d215f52..9f1fcbb4 100644 --- a/tests/unit/plugins/openstack/wrappers/test_keystone.py +++ b/tests/unit/plugins/openstack/wrappers/test_keystone.py @@ -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") \ No newline at end of file + "fake_role_id", user="fake_user_id", project="fake_project_id")