Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/http/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
2 changes: 1 addition & 1 deletion functions/tips/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
2 changes: 1 addition & 1 deletion functions/tokenservice/functions/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});