Skip to content

Commit

Permalink
Fix typo in path (#112)
Browse files Browse the repository at this point in the history
* Update create-custom-job.test.js

Fix typo in path

* Update create-custom-job.test.js

* Update create-custom-job.test.js
  • Loading branch information
lucaswadedavis authored and pattishin committed Nov 22, 2022
1 parent 2934d4e commit d692b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ai-platform/snippets/test/create-custom-job.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
const cwd = path.join(__dirname, '..');

const customJobDisplayName = `temp_create_custom_job_test${uuid()}`;
const containerImageUri = 'gcr.io/ucaip-test/ucaip-training-test:latest';
const containerImageUri =
'gcr.io/ucaip-sample-tests/ucaip-training-test:latest';
const project = process.env.CAIP_PROJECT_ID;
const location = process.env.LOCATION;

Expand Down

0 comments on commit d692b1c

Please sign in to comment.