Skip to content

Commit e7fbb28

Browse files
authored
Merge pull request #9652 from kdaily/socialmessaging-model-validation
Mark additional tests for model validation for socialmessaging
2 parents a675763 + 45aa714 commit e7fbb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/botocore/test_socialmessaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _get_all_xform_operations():
3232

3333
XFORM_OPERATIONS = _get_all_xform_operations()
3434

35-
35+
@pytest.mark.validates_models
3636
@pytest.mark.parametrize("operation, replacement", XFORM_OPERATIONS)
3737
def test_known_replacements(operation, replacement):
3838
# Validates that if a replacement shows up in the lowercased version of an

0 commit comments

Comments
 (0)