From 362207e5cb11dd5ace1f276d8ad9d0aba85bbe7a Mon Sep 17 00:00:00 2001 From: David Glymph Date: Mon, 31 Jul 2023 14:53:46 -0400 Subject: [PATCH] update test query to trapi 1.4 --- tests/common/test_message.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/common/test_message.json b/tests/common/test_message.json index 41fb4178..3c6c6d8b 100644 --- a/tests/common/test_message.json +++ b/tests/common/test_message.json @@ -44,9 +44,13 @@ "n0": [{ "id": "1" }], "n1": [{ "id": "2" }] }, - "edge_bindings": { - "e0": [{ "id": "1" }] - } + "analyses": [ + { + "edge_bindings": { + "e0": [{ "id": "1" }] + } + } + ] } ] }