Skip to content

Commit f014d16

Browse files
author
Jon Wayne Parrott
committed
Fix bigtable tests
Change-Id: I49b68394ccd5133a64e019e91d1ec0529ffd64b3
1 parent cecc8a0 commit f014d16

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bigtable/hello/main_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616

1717
from main import main
1818

19-
TABLE_NAME_FORMAT = 'hell-bigtable-system-tests-{}'
19+
TABLE_NAME_FORMAT = 'hello-bigtable-system-tests-{}'
2020
TABLE_NAME_RANGE = 10000
2121

2222

2323
def test_main(cloud_config, capsys):
2424
table_name = TABLE_NAME_FORMAT.format(
2525
random.randrange(TABLE_NAME_RANGE))
26+
2627
main(
2728
cloud_config.project,
2829
cloud_config.bigtable_instance,

bigtable/hello/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
google-cloud-bigtable==0.21.0
2+
google-cloud-core==0.21.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
google-cloud-happybase==0.20.0
1+
google-cloud-happybase==0.21.0
2+
google-cloud-core==0.21.0

0 commit comments

Comments
 (0)