summaryrefslogtreecommitdiff
path: root/functional/common/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'functional/common/test.py')
-rw-r--r--functional/common/test.py2
1 files changed, 1 insertions, 1 deletions
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