Skip to content

Commit

Permalink
fix(testing): update the API
Browse files Browse the repository at this point in the history
#### testing:v1

The following keys were changed:
- schemas.TestTargetsForShard.properties.testTargets.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 1, 2022
1 parent 976576e commit 740c4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/testing-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
}
}
},
"revision": "20220315",
"revision": "20220329",
"rootUrl": "https://testing.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -2052,7 +2052,7 @@
"id": "TestTargetsForShard",
"properties": {
"testTargets": {
"description": "Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, \"package com.my.packages\" \"class com.my.package.MyClass\". The number of shard_test_targets must be greater than 0.",
"description": "Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, \"package com.my.packages\" \"class com.my.package.MyClass\". The number of test_targets must be greater than 0.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/testing/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ export namespace testing_v1 {
*/
export interface Schema$TestTargetsForShard {
/**
* Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages" "class com.my.package.MyClass". The number of shard_test_targets must be greater than 0.
* Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages" "class com.my.package.MyClass". The number of test_targets must be greater than 0.
*/
testTargets?: string[] | null;
}
Expand Down

0 comments on commit 740c4c8

Please sign in to comment.