We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0871752 commit 6e22c34Copy full SHA for 6e22c34
1 file changed
gateway/src/apicast/policy_loader.lua
@@ -47,7 +47,7 @@ end
47
-- tests.
48
local function policy_config_validation_is_enabled()
49
return resty_env.enabled('APICAST_VALIDATE_POLICY_CONFIGS')
50
- or resty_env.value('TEST_NGINX_BINARY')
+ -- or resty_env.value('TEST_NGINX_BINARY')
51
end
52
53
local policy_config_validator = { validate_config = function() return true end }
0 commit comments