diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-03 15:05:45 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-03 15:05:45 -0700 |
commit | 9a1584b701cecbbba4a9371542114bcc806ec596 (patch) | |
tree | c293dcc8eea656f8d39b37d958794115b053eae2 /tests | |
parent | 5118a33b22a376954bd048c3142f2d3f7f55d003 (diff) | |
download | vyos-cloud-init-9a1584b701cecbbba4a9371542114bcc806ec596.tar.gz vyos-cloud-init-9a1584b701cecbbba4a9371542114bcc806ec596.zip |
A few pep8/pylint cleanups.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_merging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_merging.py b/tests/unittests/test_merging.py index dd8c2eee..ac2ccad4 100644 --- a/tests/unittests/test_merging.py +++ b/tests/unittests/test_merging.py @@ -12,7 +12,7 @@ import os import re SOURCE_PAT = "source*.*yaml" -EXPECTED_PAT = "expected%s.yaml" +EXPECTED_PAT = "expected%s.yaml" def _old_mergedict(src, cand): |