Commit 4f3aa88
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
0 commit comments