diff --git a/certbot-ci/snap_integration_tests/conftest.py b/certbot-ci/snap_integration_tests/conftest.py index 5e008b499..e9c6176c3 100644 --- a/certbot-ci/snap_integration_tests/conftest.py +++ b/certbot-ci/snap_integration_tests/conftest.py @@ -1,6 +1,6 @@ """ General conftest for pytest execution of all integration tests lying -in the window_installer_integration tests package. +in the snap_installer_integration tests package. As stated by pytest documentation, conftest module is used to set on for a directory a specific configuration using built-in pytest hooks.