Skip to content

Commit

Permalink
fix docf
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 11, 2023
1 parent 902c0a6 commit f78681f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/wps_restapi/test_colander_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ def test_any_of_under_variable():

def test_any_of_one_of_variable_error_nested_chain():
"""
Validate that a nested chain of oneOf, anyOf and variable schema nodes produce the expected reference details
when the schema validation fails for the input data.
Validate a nested chain of oneOf, anyOf and variable schema nodes.
Ensures that the produced error has the expected reference details when schema validation fails for the input data.
"""
# pre-validate that schema is still valid for this test (expected structure)
test_schema = sd.ExecuteInputValues(name="test_input")
Expand Down

0 comments on commit f78681f

Please sign in to comment.