File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
google-cloud-bigtable-deps-bom
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6666 <dependency >
6767 <groupId >com.google.cloud</groupId >
6868 <artifactId >google-cloud-shared-dependencies</artifactId >
69- <version >3.10.1 </version >
69+ <version >3.11.0 </version >
7070 <type >pom</type >
7171 <scope >import</scope >
7272 </dependency >
Original file line number Diff line number Diff line change 3636import com .google .cloud .bigtable .data .v2 .BigtableDataClient ;
3737import com .google .cloud .bigtable .data .v2 .BigtableDataSettings ;
3838import com .google .cloud .bigtable .data .v2 .FakeServiceBuilder ;
39- import com .google .cloud .bigtable .data .v2 .internal .NameUtil ;
4039import com .google .cloud .bigtable .data .v2 .models .ConditionalRowMutation ;
4140import com .google .cloud .bigtable .data .v2 .models .Mutation ;
4241import com .google .cloud .bigtable .data .v2 .models .Query ;
@@ -64,7 +63,7 @@ public class HeadersTest {
6463 private static final String INSTANCE_ID = "fake-instance" ;
6564 private static final String TABLE_ID = "fake-table" ;
6665 private static final String TABLE_NAME =
67- NameUtil . formatTableName ( PROJECT_ID , INSTANCE_ID , TABLE_ID ) ;
66+ "projects%2F" + PROJECT_ID + "%2Finstances%2F" + INSTANCE_ID + "%2Ftables%2F" + TABLE_ID ;
6867 private static final String APP_PROFILE_ID = "fake-profile" ;
6968 private static final String TEST_FIXED_HEADER_STRING = "test_fixed_header" ;
7069
You can’t perform that action at this time.
0 commit comments