Skip to content

Commit

Permalink
fix: trailing
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jun 7, 2023
1 parent d750d10 commit 5b489ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t0123_gateway_json_cbor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ func TestGatewayJSONCborAndIPNS(t *testing.T) {
{
Name: Fmt("GET {{name}} on /ipns with Accept: text/html returns HTML (dag-index-html)", row.Name),
Request: Request().
Path("/ipns/{{id}}", row.fixture.Key()).
Path("/ipns/{{id}}/", row.fixture.Key()).
Header("Accept", "text/html"),
Response: Expect().
Headers(
Expand Down

0 comments on commit 5b489ef

Please sign in to comment.