For the current PR, I am not able to successfully create the pre-signed urls, any suggestions?
- name: stage
request:
method: GET
url: '{django_live_url}/api/projects/{project_pk}/next'
response:
json:
data:
image_url: !re_match "/tasks/\d+/presign/\?fileuri=YXp1cmUtYmxvYjovL3B5dGVzdC1henVyZS1pbWFnZXMvYWJj"
status_code: 200
This test above fails, the endpoint returns “azure-spi://<path/to/file>” instead of “/tasks/d+/presign/?fileuri=YX…”