Skip to content

Commit 0cb1455

Browse files
munkhuushmglAce Nassri
authored andcommitted
chore: refactor and cleanup automl tests (#468)
1 parent 28347e3 commit 0cb1455

23 files changed

+54
-1732
lines changed

automl/list_operation_status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function main(projectId = 'YOUR_PROJECT_ID', location = 'us-central1') {
3232
// Construct request
3333
const request = {
3434
name: client.locationPath(projectId, location),
35-
filter: '',
35+
filter: `worksOn=projects/${projectId}/locations/${location}/models/*`,
3636
};
3737

3838
const [response] = await client.operationsClient.listOperations(request);

automl/test/automlTablesDataset.v1beta1.test.js

Lines changed: 0 additions & 135 deletions
This file was deleted.

automl/test/automlTablesModel.v1beta1.test.js

Lines changed: 0 additions & 120 deletions
This file was deleted.

automl/test/automlTranslation.test.js

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)