Skip to content

Commit 04017df

Browse files
authored
Apply suggestions from code review
1 parent d5d1a66 commit 04017df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/terraform_docs_replace_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_arg_parser_populated() -> None:
2424
def test_check_is_deprecated() -> None:
2525
"""Verify that `replace-docs` shows a deprecation warning."""
2626
deprecation_msg_regex = (
27-
r'^`terraform_docs_replace` hook is DEPRECATED\.' 'For migration.*$'
27+
r'^`terraform_docs_replace` hook is DEPRECATED\.For migration.*$'
2828
)
2929
with pytest.warns(UserWarning, match=deprecation_msg_regex):
3030
# not `pytest.deprecated_call()` due to this being a user warning

0 commit comments

Comments
 (0)