Skip to content

Commit

Permalink
chore: refactor and cleanup automl tests (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and Ace Nassri committed Nov 17, 2022
1 parent 9923266 commit 96d7a0e
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 1,732 deletions.
2 changes: 1 addition & 1 deletion automl/list_operation_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main(projectId = 'YOUR_PROJECT_ID', location = 'us-central1') {
// Construct request
const request = {
name: client.locationPath(projectId, location),
filter: '',
filter: `worksOn=projects/${projectId}/locations/${location}/models/*`,
};

const [response] = await client.operationsClient.listOperations(request);
Expand Down
135 changes: 0 additions & 135 deletions automl/test/automlTablesDataset.v1beta1.test.js

This file was deleted.

120 changes: 0 additions & 120 deletions automl/test/automlTablesModel.v1beta1.test.js

This file was deleted.

91 changes: 0 additions & 91 deletions automl/test/automlTranslation.test.js

This file was deleted.

Loading

0 comments on commit 96d7a0e

Please sign in to comment.