Skip to content

Commit 40b1e92

Browse files
committed
fix test
1 parent 42cb1ba commit 40b1e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/param/param_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestContextToParams(t *testing.T) {
2929
f.Bool("brotli", e_brotli, "")
3030
f.Int64("threshold", e_threshold, "")
3131
f.String("directory", e_directory, "")
32-
f.Int64("cache-control-max-age", e_cache_control_max_age, "")
32+
f.Int64("cache-max-age", e_cache_control_max_age, "")
3333
f.Bool("spa", e_spa, "")
3434
f.String("ignore-cache-control-paths", e_ignore_cache_control_paths, "")
3535
f.Bool("cache", e_cache, "")

0 commit comments

Comments
 (0)