From 8514646a57a2d859c2ae445e68d6a934e4f8ae75 Mon Sep 17 00:00:00 2001 From: lovenishs04 Date: Mon, 27 Jan 2025 09:27:23 +0000 Subject: [PATCH] fixed existing testcase --- security-center/snippets/system-test/v2/securityMarks.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-center/snippets/system-test/v2/securityMarks.test.js b/security-center/snippets/system-test/v2/securityMarks.test.js index 70e735edcc..d0547f7170 100644 --- a/security-center/snippets/system-test/v2/securityMarks.test.js +++ b/security-center/snippets/system-test/v2/securityMarks.test.js @@ -20,7 +20,7 @@ const {describe, it, before} = require('mocha'); const {execSync} = require('child_process'); const exec = cmd => execSync(cmd, {encoding: 'utf8'}); // TODO(developers): update for your own environment -const organizationId = '1081635000895'; +const organizationId = '1081635000895'; describe('Client with SourcesAndFindings', async () => { let data;