Skip to content

Commit

Permalink
Fixed test for clientlib
Browse files Browse the repository at this point in the history
  • Loading branch information
JamMarHer committed Feb 20, 2021
1 parent 7952253 commit b452826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/clientlib_test.py
Expand Up @@ -228,7 +228,9 @@ def test_warn_mutable_rev_invalid(caplog, rev):
'Mutable references are never updated after first install and are '
'not supported. '
'See https://pre-commit.com/#using-the-latest-version-for-a-repository ' # noqa: E501
'for more details.',
'for more details.'
'To remove this warning consider running autoupdate via: '
'`pre-commit autoupdate --repo https://gitlab.com/pycqa/flake8`',
),
]

Expand Down

0 comments on commit b452826

Please sign in to comment.