Skip to content

Commit d3668c0

Browse files
Merge pull request #1428 from Sage-Bionetworks/develop-FDS-2056
Bug Fix: Fix failing test to conform to data model updates
2 parents d380524 + 9df0794 commit d3668c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def test_get_node_validation_rules(test, client, data_model_jsonld):
383383
)
384384
response_dta = json.loads(response.data)
385385
assert response.status_code == 200
386-
assert "list strict" in response_dta
386+
assert "list" in response_dta
387387
assert "regex match [a-f]" in response_dta
388388

389389
def test_get_nodes_display_names(test, client, data_model_jsonld):

0 commit comments

Comments
 (0)