Skip to content

Commit e0abd4c

Browse files
committed
Remove file name invalid in Windows
1 parent 79ca4a8 commit e0abd4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/functional/schema_tests/test_custom_test_config.py

-3
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,3 @@ def test_same_key_error(self, project):
204204

205205
# Assert that the error message contains the expected text
206206
assert "Test cannot have the same key at the top-level and in config" in exception_message
207-
208-
# Assert that the error message contains the context of the error
209-
assert "models/same_key_error.yml" in exception_message

0 commit comments

Comments
 (0)