From 74ba6831abdeb1d592d1e5fefc8256089f4de483 Mon Sep 17 00:00:00 2001 From: richardbruskiewich Date: Mon, 25 Sep 2023 22:46:26 -0700 Subject: [PATCH] unit test updated to remove validation error (workflows sanitized again...) --- tests/test_response_validator.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_response_validator.py b/tests/test_response_validator.py index ae42825..085683a 100644 --- a/tests/test_response_validator.py +++ b/tests/test_response_validator.py @@ -880,9 +880,8 @@ def test_sample_graph(edges_limit: int, number_of_nodes_returned: int, number_of None, None, True, - # removal of TRAPI Response sanitization now means - # that this code snippet is JSON schema invalid - "critical.trapi.validation" + # TRAPI Response workflow sanitization restored - this should pass + "" ), ( # Query 26 - We throw a full TRAPI JSON example here (taken directly from the # TRAPI implementation guidelines...) just for fun and profit