Skip to content

Commit

Permalink
Merge pull request #2261 from tseaver/bigtable-post-2223-system-tests
Browse files Browse the repository at this point in the history
Shorten instance ID to match restrictions.
  • Loading branch information
tseaver committed Sep 7, 2016
2 parents 2499735 + 68dbf94 commit df1a27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/bigtable.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


LOCATION_ID = 'us-central1-c'
INSTANCE_ID = 'google-cloud' + unique_resource_id('-')
INSTANCE_ID = 'g-c-p' + unique_resource_id('-')
TABLE_ID = 'google-cloud-python-test-table'
COLUMN_FAMILY_ID1 = u'col-fam-id1'
COLUMN_FAMILY_ID2 = u'col-fam-id2'
Expand Down

0 comments on commit df1a27f

Please sign in to comment.