diff --git a/certbot-ci/certbot_integration_tests/certbot_tests/conftest.py b/certbot-ci/certbot_integration_tests/certbot_tests/conftest.py index bb24e8dc6..60c2fcdd8 100644 --- a/certbot-ci/certbot_integration_tests/certbot_tests/conftest.py +++ b/certbot-ci/certbot_integration_tests/certbot_tests/conftest.py @@ -1,5 +1,5 @@ import pytest -# Custom assertions defined in following package needs to be registered to be properly +# Custom assertions defined in the following package need to be registered to be properly # displayed in a pytest report when they are failing. -pytest.register_assert_rewrite('certbot_integration_tests.certbot_tests.assertions') \ No newline at end of file +pytest.register_assert_rewrite('certbot_integration_tests.certbot_tests.assertions')