We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407bfb commit 68dbf94Copy full SHA for 68dbf94
1 file changed
system_tests/bigtable.py
@@ -37,7 +37,7 @@
37
38
39
LOCATION_ID = 'us-central1-c'
40
-INSTANCE_ID = 'google-cloud' + unique_resource_id('-')
+INSTANCE_ID = 'g-c-p' + unique_resource_id('-')
41
TABLE_ID = 'google-cloud-python-test-table'
42
COLUMN_FAMILY_ID1 = u'col-fam-id1'
43
COLUMN_FAMILY_ID2 = u'col-fam-id2'
0 commit comments