diff --git a/functions/http/test/index.test.js b/functions/http/test/index.test.js index 36fb1453d1..2d63a36d70 100644 --- a/functions/http/test/index.test.js +++ b/functions/http/test/index.test.js @@ -266,5 +266,5 @@ describe('functions_http_signed_url', () => { }); describe('functions_http_cors_auth functions_http_form_data functions_http_xml', () => { - // Whitelist these region tags with the region-tag enforcer + // Allow-list these region tags with the region-tag enforcer }); diff --git a/functions/tips/test/index.test.js b/functions/tips/test/index.test.js index 7a66a8c83a..4a8923091e 100644 --- a/functions/tips/test/index.test.js +++ b/functions/tips/test/index.test.js @@ -97,7 +97,7 @@ describe('functions_tips_gcp_apis', () => { }); }); -// Whitelist these region tags with the region-tag enforcer +// Allow-list these region tags with the region-tag enforcer // describe('functions_tips_connection_pooling functions_tips_infinite_retries') // describe('functions_tips_lazy_globals functions_tips_scopes') // describe('run_tips_global_lazy run_tips_global_scope') diff --git a/functions/tokenservice/functions/test/index.test.js b/functions/tokenservice/functions/test/index.test.js index c6b42b7ed6..7e65a1b476 100644 --- a/functions/tokenservice/functions/test/index.test.js +++ b/functions/tokenservice/functions/test/index.test.js @@ -92,5 +92,5 @@ describe('getOAuthToken tests', () => { }); describe('generate_token retrieve_credentials save_token_to_firebase validate_token', () => { - // Whitelist these region tags with the region-tag enforcer + // Allow-list these region tags with the region-tag enforcer });