Fix VCR cassette URLs after url.JoinPath refactor

The Sentry and Asana cassettes still had URLs from the old
fmt.Sprintf construction. Update them to match the output of
url.JoinPath / url.Values (no trailing slash, alphabetical
query params, percent-encoded comma).

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-05-20 12:02:04 +04:00
parent 3b20f466c3
commit 74ce2bc5de
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ interactions:
headers:
Accept:
- application/json
url: https://app.asana.com/api/1.0/workspaces/9999999/users?opt_fields=email,name&limit=100
url: https://app.asana.com/api/1.0/workspaces/9999999/users?limit=100&opt_fields=email%2Cname
method: GET
response:
proto: HTTP/2.0

View File

@@ -8,7 +8,7 @@ interactions:
proto_minor: 1
content_length: 0
host: sentry.io
url: https://sentry.io/api/0/organizations/acme-corp/members/
url: https://sentry.io/api/0/organizations/acme-corp/members
method: GET
response:
proto: HTTP/2.0