Skip to content

Commit

Permalink
fixed existing testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
lovenishs04 committed Jan 27, 2025
1 parent a968e7b commit 8514646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8514646

Please sign in to comment.