Skip to content

Commit 90aa847

Browse files
lovenishs04iennae
authored andcommitted
updated test
1 parent 0706335 commit 90aa847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-center/snippets/system-test/management_api/eventThreatDetectionCustomModule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const {describe, it, before, after} = require('mocha');
2323
const uuid = require('uuid').v4;
2424

2525
// TODO(developer): update for your own environment
26-
const organizationId = process.env.GCLOUD_ORGANIZATION;
26+
const organizationId = '1081635000895';
2727
const location = 'global';
2828
const customModuleDisplayName = `node_sample_etd_custom_module_test_${uuid()}`;
2929
// Creates a new client.

0 commit comments

Comments
 (0)