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.AndroidRoboTest.description
  • Loading branch information
JustinBeckwith committed Oct 5, 2020
1 parent cfe8fb4 commit 0cde769
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": "20200820",
"revision": "20200918",
"rootUrl": "https://testing.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -553,7 +553,7 @@
"type": "object"
},
"AndroidRoboTest": {
"description": "A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes.",
"description": "A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes. Next tag: 29",
"id": "AndroidRoboTest",
"properties": {
"appApk": {
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 @@ -319,7 +319,7 @@ export namespace testing_v1 {
thumbnailUrl?: string | null;
}
/**
* A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes.
* A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes. Next tag: 29
*/
export interface Schema$AndroidRoboTest {
/**
Expand Down

0 comments on commit 0cde769

Please sign in to comment.