From e69a44e78838efacb4fcb8919682370141307073 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 27 Jul 2015 23:48:40 -0400 Subject: [PATCH] Test: Removed 'json.array:off' --- test/import.t | 1 - 1 file changed, 1 deletion(-) diff --git a/test/import.t b/test/import.t index b79ef66c0..1d77b7ad6 100755 --- a/test/import.t +++ b/test/import.t @@ -230,7 +230,6 @@ class TestImportExportRoundtrip(TestCase): client.config("dateformat", "m/d/Y") client.config("verbose", "off") client.config("defaultwidth", "100") - client.config("json.array", "off") def _validate_data(self, client): code, out, err = client("_get 1.priority")