From b01ff206e8d861295609d0614ef6a76f5eef529f Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Tue, 28 Apr 2020 13:18:57 +0200 Subject: [PATCH] Fix tests --- spec/support/api/schemas/repository_row_datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/api/schemas/repository_row_datatables.json b/spec/support/api/schemas/repository_row_datatables.json index 5c209e998..4e136a4ef 100644 --- a/spec/support/api/schemas/repository_row_datatables.json +++ b/spec/support/api/schemas/repository_row_datatables.json @@ -11,7 +11,7 @@ "required": ["DT_RowId", "1", "2", "3", "4", "5", "recordEditUrl", "recordUpdateUrl", "recordInfoUrl"], "properties": { "DT_RowId": { "type": "integer" }, - "1": { "type": "string" }, + "1": { "type": "object" }, "2": { "type": "integer" }, "3": { "type": "string" }, "4": { "type": "string" },