diff --git a/bigquery/tests/test_async_query.py b/bigquery/tests/test_async_query.py index 412f13af5d60..d2dd58472316 100644 --- a/bigquery/tests/test_async_query.py +++ b/bigquery/tests/test_async_query.py @@ -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()