Skip to content

Commit

Permalink
fix: update name in t0124
Browse files Browse the repository at this point in the history
Co-authored-by: Henrique Dias <[email protected]>
  • Loading branch information
laurentsenta and hacdias authored May 9, 2023
1 parent 66f24e4 commit 7123854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t0124_gateway_ipns_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestGatewayIPNSRecord(t *testing.T) {
// test_should_contain "Cache-Control: public, max-age=3155760000" curl_output_filename
// '
{
Name: "GET KEY with 'Accept: application/vnd.ipfs.ipns-record' and validate key",
Name: "GET KEY with 'Accept: application/vnd.ipfs.ipns-record' has expected HTTP headers and valid key",
Request: Request().
Path("ipns/%s", ipnsKey).
Header("Accept", "application/vnd.ipfs.ipns-record"),
Expand Down

0 comments on commit 7123854

Please sign in to comment.