Skip to content

Commit

Permalink
Remove file name invalid in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jan 13, 2025
1 parent 79ca4a8 commit e0abd4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/functional/schema_tests/test_custom_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,3 @@ def test_same_key_error(self, project):

# Assert that the error message contains the expected text
assert "Test cannot have the same key at the top-level and in config" in exception_message

# Assert that the error message contains the context of the error
assert "models/same_key_error.yml" in exception_message

0 comments on commit e0abd4c

Please sign in to comment.