diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2016-03-04 09:51:05 -0600 |
---|---|---|
committer | Ryan Harper <ryan.harper@canonical.com> | 2016-03-04 09:51:05 -0600 |
commit | 70acc910c3368980d7cb8971391a2c9dfaf3fda8 (patch) | |
tree | b59d76e1f17c5a1ac41dd6619068e2e63a4461b8 /tests/unittests/test_datasource/test_azure.py | |
parent | 6aa82c9682406e03268939fff362a397b54fb9a4 (diff) | |
download | vyos-cloud-init-70acc910c3368980d7cb8971391a2c9dfaf3fda8.tar.gz vyos-cloud-init-70acc910c3368980d7cb8971391a2c9dfaf3fda8.zip |
pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial)
make check fails in a trusty sbuild due to different rules on older pep8.
Fix formatting to pass in older and newer pep8.
Diffstat (limited to 'tests/unittests/test_datasource/test_azure.py')
-rw-r--r-- | tests/unittests/test_datasource/test_azure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_azure.py b/tests/unittests/test_datasource/test_azure.py index 4c9c7d8b..444e2799 100644 --- a/tests/unittests/test_datasource/test_azure.py +++ b/tests/unittests/test_datasource/test_azure.py @@ -268,7 +268,7 @@ class TestAzureDataSource(TestCase): pos = defuser['passwd'].rfind("$") + 1 self.assertEqual(defuser['passwd'], crypt.crypt(odata['UserPassword'], - defuser['passwd'][0:pos])) + defuser['passwd'][0:pos])) def test_userdata_plain(self): mydata = "FOOBAR" |