- Issue created by @codebymikey
- @codebymikey opened merge request.
The initial
/index.php
tests failed because the gitlab runner runs under a subdirectory whereas my local environment didn't.It now takes the
$base_path
into account when making the test requests.The test covers a lot more test cases, also opted to use a dedicated service for the stage_file_proxy http client rather than the generic one in case the behaviour needs to be altered for whatever reason e.g. for testing or custom implementation.
- Status changed to Fixed
about 2 months ago 4:04pm 1 August 2025 I don't think this issue has been fixed and probably needs further review.
The test-only CI pipeline fails to run because it requires the new
stage_file_proxy.http_client
service to decorate.- πΊπΈUnited States smustgrave
Actually upstream issue.
So whatβs needed here exactly?