We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ca4a8 commit e0abd4cCopy full SHA for e0abd4c
tests/functional/schema_tests/test_custom_test_config.py
@@ -204,6 +204,3 @@ def test_same_key_error(self, project):
204
205
# Assert that the error message contains the expected text
206
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