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 committed May 9, 2023
1 parent abafacf commit ff3ad52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/t0124_gateway_ipns_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestGatewayIPNSRecord(t *testing.T) {
// test_should_contain "Hello IPFS" curl_output_filename
// '
{
Name: "Create and Publish IPNS Key",
Name: "GET an IPNS record from the gateway",
Request: Request().
Path("ipns/%s", ipnsKey),
Response: Expect().
Expand All @@ -48,7 +48,7 @@ func TestGatewayIPNSRecord(t *testing.T) {
// test_should_contain "Cache-Control: public, max-age=3155760000" curl_output_filename
// '
{
Name: "GET KEY with format=ipns-record and validate key",
Name: "GET KEY with format=ipns-record has expected HTTP headers and valid key",
Request: Request().
Path("ipns/%s", ipnsKey).
Query("format", "ipns-record"),
Expand Down

0 comments on commit ff3ad52

Please sign in to comment.