diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
commit | 2e4d57b867b71831270655956d06a8e14793a8f3 (patch) | |
tree | f173bcdc05d7dd5b41e32c8c537580ccf30ffc64 /tests/unittests | |
parent | 270341583ff0c83b4e10ec3d1040b95555f7232f (diff) | |
download | vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.tar.gz vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.zip |
fix pep8 and pylint warnings
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_datasource/test_azure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_azure.py b/tests/unittests/test_datasource/test_azure.py index 4cd3f213..06f8a5d2 100644 --- a/tests/unittests/test_datasource/test_azure.py +++ b/tests/unittests/test_datasource/test_azure.py @@ -249,7 +249,6 @@ class TestAzureDataSource(MockerTestCase): def test_apply_bounce_call_1(self): # hostname needs to get through to apply_hostname_bounce - mydata = "FOOBAR" odata = {'HostName': 'my-random-hostname'} data = {'ovfcontent': construct_valid_ovf_env(data=odata)} |