Skip to content

Commit 4f3aa88

Browse files
authored
Update test fixture after change in S3 bucket permissions (#2048)
S3 directory listing permissions were removed from the buildpack's S3 bucket, which means non-existent files now return 403 rather than 404. The implementation for error handling already works with both: https://github.com/heroku/heroku-buildpack-python/blob/855d7e66d99357f814f74a1e0920f6c0f377f64f/lib/python.sh#L74-L76 However, the test assertion needs to be loosened to resolve this CI failure: https://github.com/heroku/heroku-buildpack-python/actions/runs/22640940619/job/65680836050#step:5:497 GUS-W-21443369.
1 parent 855d7e6 commit 4f3aa88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/hatchet/python_version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
remote: -----> Python app detected
528528
remote: -----> Using Python 3.12.999 specified in .python-version
529529
remote: -----> Installing Python 3.12.999
530-
remote: curl: \\(22\\) The requested URL returned error: 404.*
530+
remote: curl: \\(22\\) The requested URL returned error: .+
531531
remote: zstd: /\\*stdin\\*\\\\: unexpected end of file
532532
remote: tar: Child returned status 1
533533
remote: tar: Error is not recoverable: exiting now

0 commit comments

Comments
 (0)