We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1782c0f commit b553a9bCopy full SHA for b553a9b
aws_doc_sdk_examples_tools/metadata_validator_test.py
@@ -29,12 +29,3 @@ def test_aws_entity_usage(strict):
29
assert "Synopsis programlisting has AWS" not in e_str
30
assert "Synopsis list code has <code>AWS" not in e_str
31
assert "Description programlisting has AWS" not in e_str
32
-
33
34
-def test_sdk_property_syntax():
35
- errors = MetadataErrors()
36
- validate_metadata(Path(), True, errors)
37
38
- e_str = str(errors)
39
- assert "0 errors" in e_str
40
0 commit comments