Append newlines to two new test files

Pep8 gates complain otherwise

Change-Id: I53056d9805b7698189ab027da9a62eff0ba5fdf0
This commit is contained in:
Ed Cranford 2015-06-25 14:11:25 -05:00
parent 58bbf1a839
commit 2f812b55f8
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ class BaseClientTests(testtools.TestCase):
self.assertTrue(mock.called)
params = mock.call_args
self.assertEqual(params[0][0],
'http://localhost:8989/v2')
'http://localhost:8989/v2')

View File

@ -80,4 +80,4 @@ class TestShell(base.BaseShellTests):
self.shell('workbook-list')
self.assertTrue(mock.called)
params = mock.call_args
self.assertEqual(params[1]['endpoint_type'], 'publicURL')
self.assertEqual(params[1]['endpoint_type'], 'publicURL')