Skip to content

Commit d6e535c

Browse files
committed
fixed regex validation error
1 parent 4092d5a commit d6e535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/tests/test/amazon/botocore/botocore_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def _assert_specific_attributes(
937937
is_valid_regex = False
938938

939939
try:
940-
is_valid_regex = self._is_valid_regex()
940+
is_valid_regex = self._is_valid_regex(value)
941941
except Exception:
942942
is_valid_regex = False
943943

0 commit comments

Comments
 (0)