Skip to content

Commit

Permalink
Merge pull request #1428 from Sage-Bionetworks/develop-FDS-2056
Browse files Browse the repository at this point in the history
Bug Fix: Fix failing test to conform to data model updates
  • Loading branch information
mialy-defelice authored May 9, 2024
2 parents d380524 + 9df0794 commit d3668c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def test_get_node_validation_rules(test, client, data_model_jsonld):
)
response_dta = json.loads(response.data)
assert response.status_code == 200
assert "list strict" in response_dta
assert "list" in response_dta
assert "regex match [a-f]" in response_dta

def test_get_nodes_display_names(test, client, data_model_jsonld):
Expand Down

0 comments on commit d3668c0

Please sign in to comment.