From 5edba8e55efd6314ad813d8d88732fc28f96ebc9 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 7 Jan 2015 20:05:43 -0600 Subject: [PATCH] Add back double-quote This is in the actual dig output, I shouldn't have removed it. --- tests/unit/modules/dig_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/modules/dig_test.py b/tests/unit/modules/dig_test.py index fbb09613dd..09686f5099 100644 --- a/tests/unit/modules/dig_test.py +++ b/tests/unit/modules/dig_test.py @@ -24,7 +24,7 @@ _SPF_VALUES = { 'pid': 27282, 'retcode': 0, 'stderr': '', - 'stdout': 'v=spf1 a mx ip4:198.60.22.0/24 ip4:166.70.13.0/24 ~all' + 'stdout': '"v=spf1 a mx ip4:198.60.22.0/24 ip4:166.70.13.0/24 ~all"' }, 'dig +short xmission-redirect.com TXT': { 'pid': 27282,