From ac8ed3ba4e3da43085f452776c83bb08036a91fc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 17 Dec 2025 11:44:26 -0800 Subject: [PATCH] move san_test to test dir (#10525) fixes https://github.com/certbot/certbot/issues/10520 i personally don't think this PR requires a second review --- certbot/src/certbot/_internal/{ => tests}/san_test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename certbot/src/certbot/_internal/{ => tests}/san_test.py (100%) diff --git a/certbot/src/certbot/_internal/san_test.py b/certbot/src/certbot/_internal/tests/san_test.py similarity index 100% rename from certbot/src/certbot/_internal/san_test.py rename to certbot/src/certbot/_internal/tests/san_test.py