Skip to content

Commit

Permalink
update unit tests in 'tests/unit/validation_schema'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Oct 24, 2024
1 parent 8afdcfb commit a9cfc8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tests/unit/validation_schema/test_validation_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,6 @@ def test_metadata_file_with_invalid_infer_settings(
"The details are - {'global': {'infer_settings': {"
"'reports': ['Invalid value.']}}}",
),
(
{"reports": 10},
"The details are - {'global': {'infer_settings': {"
"'reports': ['Invalid value.']}}}",
),
],
)
def test_metadata_file_with_invalid_global_infer_settings(
Expand Down

0 comments on commit a9cfc8d

Please sign in to comment.