diff --git a/_integration-test/custom-ca-roots/test.py b/_integration-test/custom-ca-roots/custom-ca-roots-test.py similarity index 100% rename from _integration-test/custom-ca-roots/test.py rename to _integration-test/custom-ca-roots/custom-ca-roots-test.py diff --git a/_integration-test/test_run.py b/_integration-test/test_run.py index 84bc027c2b..2b5774832b 100644 --- a/_integration-test/test_run.py +++ b/_integration-test/test_run.py @@ -313,7 +313,7 @@ def test_custom_certificate_authorities(): with open(fake_test_cert_path, "wb") as cert_file: cert_file.write(fake_test_cert.public_bytes(serialization.Encoding.PEM)) shutil.copyfile( - "_integration-test/custom-ca-roots/test.py", + "_integration-test/custom-ca-roots/custom-ca-roots-test.py", "sentry/test-custom-ca-roots.py", )