File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ def test_get_settings(organization_id):
2929 from google .cloud import securitycenter as securitycenter
3030
3131 client = securitycenter .SecurityCenterClient ()
32- # ORGANIZATION_ID is numeric ID for the organization. e.g.
33- # ORGANIZATION_ID = "111112223333"
32+ # organization_id is numeric ID for the organization. e.g.
33+ # organization_id = "111112223333"
3434 org_settings_name = "organizations/{org_id}/organizationSettings" .format (
3535 org_id = organization_id
3636 )
@@ -49,8 +49,8 @@ def test_update_asset_discovery_org_settings(organization_id):
4949
5050 # Create the client
5151 client = securitycenter .SecurityCenterClient ()
52- # ORGANIZATION_ID is numeric ID for the organization. e.g.
53- # ORGANIZATION_ID = "111112223333"
52+ # organization_id is numeric ID for the organization. e.g.
53+ # organization_id = "111112223333"
5454 org_settings_name = "organizations/{org_id}/organizationSettings" .format (
5555 org_id = organization_id
5656 )
You can’t perform that action at this time.
0 commit comments