feat: remove module/rollout config key
This commit is contained in:
@@ -35,7 +35,6 @@ func TestCacheStrategyOverrides(t *testing.T) {
|
||||
Name: "npm-ttl",
|
||||
Domain: "ttl.npm.local",
|
||||
Type: "npm",
|
||||
Module: "npm",
|
||||
Upstream: stub.URL,
|
||||
CacheTTL: config.Duration(ttl),
|
||||
},
|
||||
@@ -111,7 +110,6 @@ func TestCacheStrategyOverrides(t *testing.T) {
|
||||
Name: "npm-novalidation",
|
||||
Domain: "novalidation.npm.local",
|
||||
Type: "npm",
|
||||
Module: "npm",
|
||||
Upstream: stub.URL,
|
||||
CacheTTL: config.Duration(ttl),
|
||||
ValidationMode: string(hubmodule.ValidationModeNever),
|
||||
|
||||
Reference in New Issue
Block a user