Skip to content

Commit

Permalink
Merge pull request #36 from GoogleCloudPlatform/fix-test
Browse files Browse the repository at this point in the history
Fixed broken travis build.
  • Loading branch information
Takashi Matsuo committed May 23, 2015
2 parents ea29c67 + daf3e79 commit bde9556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bigquery/tests/test_async_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ def test_async_query(self):
class TestAsyncRunner(tests.CloudBaseTest):

def test_async_query_runner(self):
test_bucket_name = os.environ.get(tests.BUCKET_NAME_ENV)
test_project_id = os.environ.get(tests.PROJECT_ID_ENV)
answers = [test_bucket_name, test_project_id, 'n',
answers = [test_project_id, self.constants['query'], 'n',
'1', '1']
with tests.mock_raw_input(answers):
main()
Expand Down

0 comments on commit bde9556

Please sign in to comment.