Skip to content

Commit 4b7ebf0

Browse files
author
Lixia Chen
committed
Fix unit test broken by the new authorized views apis
Change-Id: I075e896a696d83c70f72337f2921d3285e408e1e
1 parent acc4f02 commit 4b7ebf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminSettingsTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ public void testStubSettings() throws IOException {
139139
"updateTableOperationSettings",
140140
"copyBackupSettings",
141141
"copyBackupOperationSettings",
142+
"createAuthorizedViewSettings",
143+
"createAuthorizedViewOperationSettings",
144+
"updateAuthorizedViewSettings",
145+
"updateAuthorizedViewOperationSettings",
146+
"deleteAuthorizedViewSettings",
147+
"listAuthorizedViewsSettings",
148+
"getAuthorizedViewSettings",
142149
};
143150

144151
@Test

0 commit comments

Comments
 (0)