Skip to content

Commit e414fb5

Browse files
Fix typo in path (#112)
* Update create-custom-job.test.js Fix typo in path * Update create-custom-job.test.js * Update create-custom-job.test.js
1 parent 3bc8a08 commit e414fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ai-platform/snippets/test/create-custom-job.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
2525
const cwd = path.join(__dirname, '..');
2626

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

0 commit comments

Comments
 (0)