Skip to content

Commit b553a9b

Browse files
committed
Clean up unused validator test.
1 parent 1782c0f commit b553a9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

aws_doc_sdk_examples_tools/metadata_validator_test.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,3 @@ def test_aws_entity_usage(strict):
2929
assert "Synopsis programlisting has AWS" not in e_str
3030
assert "Synopsis list code has <code>AWS" not in e_str
3131
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

Comments
 (0)