From 236cc4ce55fcfaf6fbf8358aaf06c651f5a4dd1c Mon Sep 17 00:00:00 2001 From: hubertdeng123 Date: Fri, 26 Apr 2024 14:38:17 -0700 Subject: [PATCH] edit file name --- .../custom-ca-roots/{test.py => custom-ca-roots-test.py} | 0 _integration-test/test_run.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename _integration-test/custom-ca-roots/{test.py => custom-ca-roots-test.py} (100%) 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", )