Skip to content

Commit

Permalink
fix: regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 1, 2023
1 parent bd4509e commit 2b372a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t0118_gateway_car_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestGatewayCar(t *testing.T) {
Contains("application/vnd.ipld.car"),
Header("Content-Disposition").
Hint(`Expected content disposition to be attachment; filename="*.car"`).
Matches(`attachment; filename="*.car"`),
Matches(`attachment; filename="(.*)\.car"`),
).Body(
IsCar().
HasRoot(fixture.MustGetCid()).
Expand Down

0 comments on commit 2b372a5

Please sign in to comment.