Skip to content

Commit 68dbf94

Browse files
committed
Shorten instance ID to match restrictions.
1 parent e407bfb commit 68dbf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/bigtable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
LOCATION_ID = 'us-central1-c'
40-
INSTANCE_ID = 'google-cloud' + unique_resource_id('-')
40+
INSTANCE_ID = 'g-c-p' + unique_resource_id('-')
4141
TABLE_ID = 'google-cloud-python-test-table'
4242
COLUMN_FAMILY_ID1 = u'col-fam-id1'
4343
COLUMN_FAMILY_ID2 = u'col-fam-id2'

0 commit comments

Comments
 (0)