From ab69cf4ff80f50595c6b21a736ddc168439b0ef7 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 9 Jul 2020 12:41:51 +0200 Subject: [PATCH] Update certbot-ci/snap_integration_tests/conftest.py Co-authored-by: Brad Warren --- certbot-ci/snap_integration_tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.