From 746f6421d0490d41b1a3b7b0e014d0a7fe457afd Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Mon, 1 Jun 2015 14:20:39 -0600 Subject: Add image functional tests Change-Id: I30b219bc3393fcb197bda266125dcfb5c8780a3e --- functional/common/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functional/common') diff --git a/functional/common/test.py b/functional/common/test.py index 7beaf39a..ef034276 100644 --- a/functional/common/test.py +++ b/functional/common/test.py @@ -56,7 +56,7 @@ class TestCase(testtools.TestCase): @classmethod def get_list_opts(cls, headers=[]): - opts = ' -f csv --quote none ' + opts = ' -f csv ' opts = opts + ' '.join(['-c ' + it for it in headers]) return opts -- cgit v1.2.1