Skip to content

Commit

Permalink
chore: fix test message
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta authored Aug 2, 2023
2 parents 8ee866c + a420a37 commit d546739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/path_gateway_raw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestGatewayBlock(t *testing.T) {
Header("X-IPFS-Roots").
Contains(fixture.MustGetCid()),
Header("Cache-Control").
Hint("It should be public, immutable and have max-age of at least 31536000.").
Hint("It should be public, immutable and have max-age of at least 29030400.").
Checks(func(v string) bool {
// TODO: port this to a regular check.
directives := strings.Split(strings.ReplaceAll(v, " ", ""), ",")
Expand Down

0 comments on commit d546739

Please sign in to comment.