Skip to content

Commit

Permalink
Edit test file name (#3002)
Browse files Browse the repository at this point in the history
edit file name
  • Loading branch information
hubertdeng123 committed Apr 29, 2024
1 parent f84bb3d commit 3150263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion _integration-test/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit 3150263

Please sign in to comment.