From 1e567724e28b37d6c26a2ff14765f81a8855d38f Mon Sep 17 00:00:00 2001 From: ohemorange Date: Wed, 27 Mar 2019 00:26:31 +0100 Subject: [PATCH] Update certbot-ci/certbot_integration_tests/certbot_tests/conftest.py Co-Authored-By: adferrand --- .../certbot_integration_tests/certbot_tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')