From dace1c3997345968a5e560119a887c169e9fb655 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Thu, 16 Aug 2018 21:54:20 -0500 Subject: [PATCH] tests/obs: improve format of default Config attribute. --- tests/obs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/obs.py b/tests/obs.py index b255f5bb..200f2313 100644 --- a/tests/obs.py +++ b/tests/obs.py @@ -274,7 +274,7 @@ class OBS(object): 'openSUSE:Factory': { 'OSRT': { 'Config': 'overridden-by-local = remote-nope\n' - 'remote-only = remote-indeed' + 'remote-only = remote-indeed\n' } } }