Skip to content

Commit

Permalink
unit test updated to remove validation error (workflows sanitized aga…
Browse files Browse the repository at this point in the history
…in...)
  • Loading branch information
RichardBruskiewich committed Sep 26, 2023
1 parent fd6e85a commit 74ba683
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_response_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74ba683

Please sign in to comment.