Skip to content

Commit 8bd4854

Browse files
Updated variable names in tests for org id and folder id
1 parent 313bd64 commit 8bd4854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-armor/test/modelarmor.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const {ModelArmorClient} = require('@google-cloud/modelarmor').v1;
2121

2222
let projectId;
2323
const locationId = process.env.GCLOUD_LOCATION || 'us-central1';
24-
const folderId = process.env.FOLDER_ID;
25-
const organizationId = process.env.ORGANIZATION_ID;
24+
const folderId = process.env.MA_FOLDER_ID;
25+
const organizationId = process.env.MA_ORG_ID;
2626
const options = {
2727
apiEndpoint: `modelarmor.${locationId}.rep.googleapis.com`,
2828
};

0 commit comments

Comments
 (0)