From 0cde76937261d3cb6d82f8d663395c427d330eab Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 5 Oct 2020 13:15:12 -0700 Subject: [PATCH] fix(testing): update the API #### testing:v1 The following keys were changed: - schemas.AndroidRoboTest.description --- discovery/testing-v1.json | 4 ++-- src/apis/testing/v1.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/testing-v1.json b/discovery/testing-v1.json index 19469c195b..9cbc1b6dd9 100644 --- a/discovery/testing-v1.json +++ b/discovery/testing-v1.json @@ -282,7 +282,7 @@ } } }, - "revision": "20200820", + "revision": "20200918", "rootUrl": "https://testing.googleapis.com/", "schemas": { "Account": { @@ -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": { diff --git a/src/apis/testing/v1.ts b/src/apis/testing/v1.ts index 7c0fb90418..09f471e708 100644 --- a/src/apis/testing/v1.ts +++ b/src/apis/testing/v1.ts @@ -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 { /**