Skip to content

Commit

Permalink
revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 26, 2023
1 parent c170d08 commit eff3fcb
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 @@ -107,7 +107,7 @@ func TestGatewayBlock(t *testing.T) {
Header("Cache-Control").
Hint("It should be public, immutable and have max-age of at least 31536000.").
Checks(func(v string) bool {
// TODO: port this to a regular
// TODO: port this to a regular check.
directives := strings.Split(strings.ReplaceAll(v, " ", ""), ",")
dir := make(map[string]string)
for _, directive := range directives {
Expand Down

0 comments on commit eff3fcb

Please sign in to comment.