Skip to content

Commit bde9556

Browse files
author
Takashi Matsuo
committed
Merge pull request #36 from GoogleCloudPlatform/fix-test
Fixed broken travis build.
2 parents ea29c67 + daf3e79 commit bde9556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bigquery/tests/test_async_query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ def test_async_query(self):
3434
class TestAsyncRunner(tests.CloudBaseTest):
3535

3636
def test_async_query_runner(self):
37-
test_bucket_name = os.environ.get(tests.BUCKET_NAME_ENV)
3837
test_project_id = os.environ.get(tests.PROJECT_ID_ENV)
39-
answers = [test_bucket_name, test_project_id, 'n',
38+
answers = [test_project_id, self.constants['query'], 'n',
4039
'1', '1']
4140
with tests.mock_raw_input(answers):
4241
main()

0 commit comments

Comments
 (0)