Test: Removed 'json.array:off'
This commit is contained in:
@@ -230,7 +230,6 @@ class TestImportExportRoundtrip(TestCase):
|
|||||||
client.config("dateformat", "m/d/Y")
|
client.config("dateformat", "m/d/Y")
|
||||||
client.config("verbose", "off")
|
client.config("verbose", "off")
|
||||||
client.config("defaultwidth", "100")
|
client.config("defaultwidth", "100")
|
||||||
client.config("json.array", "off")
|
|
||||||
|
|
||||||
def _validate_data(self, client):
|
def _validate_data(self, client):
|
||||||
code, out, err = client("_get 1.priority")
|
code, out, err = client("_get 1.priority")
|
||||||
|
|||||||
Reference in New Issue
Block a user