summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-11-22 14:06:09 -0500
committerScott Moser <smoser@brickies.net>2016-11-22 14:06:09 -0500
commitbc4d9c5964f486cd2e6c5b29808428cb2aee6f37 (patch)
treeae31e63239f724d556f3b7f2d5cd4da7ee4c3339 /tests
parent7e586f0d4f59a5051f8723e6bbdd06466d19729e (diff)
downloadvyos-cloud-init-bc4d9c5964f486cd2e6c5b29808428cb2aee6f37.tar.gz
vyos-cloud-init-bc4d9c5964f486cd2e6c5b29808428cb2aee6f37.zip
flake8: fix trailing white space
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_rh_subscription.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_rh_subscription.py b/tests/unittests/test_rh_subscription.py
index 79623872..0c12cacf 100644
--- a/tests/unittests/test_rh_subscription.py
+++ b/tests/unittests/test_rh_subscription.py
@@ -83,7 +83,7 @@ class GoodTests(TestCase):
'''
call_lists = []
call_lists.append(['attach', '--pool=pool1', '--pool=pool3'])
- call_lists.append(['repos', '--disable=repo5', '--enable=repo2',
+ call_lists.append(['repos', '--disable=repo5', '--enable=repo2',
'--enable=repo3'])
call_lists.append(['attach', '--auto', '--servicelevel=self-support'])
self.SM.log_success = mock.MagicMock()