We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea29c67 commit daf3e79Copy full SHA for daf3e79
1 file changed
bigquery/tests/test_async_query.py
@@ -34,9 +34,8 @@ def test_async_query(self):
34
class TestAsyncRunner(tests.CloudBaseTest):
35
36
def test_async_query_runner(self):
37
- test_bucket_name = os.environ.get(tests.BUCKET_NAME_ENV)
38
test_project_id = os.environ.get(tests.PROJECT_ID_ENV)
39
- answers = [test_bucket_name, test_project_id, 'n',
+ answers = [test_project_id, self.constants['query'], 'n',
40
'1', '1']
41
with tests.mock_raw_input(answers):
42
main()
0 commit comments