summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_cfg.py
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2012-06-04 10:27:36 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2012-06-04 10:28:04 -0500
commitffbffc3dcaf20a82b91a0b5fa48b74d6edf07d8e (patch)
tree109cf78f0376f093ee8432cd42b13d5403aab1a9 /tests/unit/test_cfg.py
parent72840edc736b7f4d2366b5049f6516d8f5b901ff (diff)
downloadoslo-ffbffc3dcaf20a82b91a0b5fa48b74d6edf07d8e.tar.gz
oslo-ffbffc3dcaf20a82b91a0b5fa48b74d6edf07d8e.tar.xz
oslo-ffbffc3dcaf20a82b91a0b5fa48b74d6edf07d8e.zip
Fix pep8 errors.
Fixes a couple of pep8 errors that appeared due to a pep8 tool update. Change-Id: Ida70b1fb962529d3a157f44dcf2e71af773a4431
Diffstat (limited to 'tests/unit/test_cfg.py')
-rw-r--r--tests/unit/test_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_cfg.py b/tests/unit/test_cfg.py
index b1eb41e..b31eb38 100644
--- a/tests/unit/test_cfg.py
+++ b/tests/unit/test_cfg.py
@@ -1269,7 +1269,7 @@ class OptDumpingTestCase(BaseTestCase):
self.assertEquals(logger.logged, [
"*" * 80,
"Configuration options gathered from:",
- "command line args: ['--foo', 'this', '--blaa-bar', 'that', "\
+ "command line args: ['--foo', 'this', '--blaa-bar', 'that', "
"'--blaa-key', 'admin', '--passwd', 'hush']",
"config files: []",
"=" * 80,