Skip to content

Commit 45aa714

Browse files
committed
Mark additional tests
Adds `@pytest.mark.validates_models` to an additional test related to model validation for the socialmessaging service.
1 parent 63cb814 commit 45aa714

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)