From 130b1cb1cd7b1728e3639f443912fe9244cd7ac9 Mon Sep 17 00:00:00 2001 From: Ollie Ma Date: Tue, 6 Feb 2024 23:31:41 -0800 Subject: [PATCH] added dataset: None in wrong place --- tests/profiles/bigquery/test_bq_service_account_keyfile_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profiles/bigquery/test_bq_service_account_keyfile_dict.py b/tests/profiles/bigquery/test_bq_service_account_keyfile_dict.py index 4fe50301f..d2015beaf 100644 --- a/tests/profiles/bigquery/test_bq_service_account_keyfile_dict.py +++ b/tests/profiles/bigquery/test_bq_service_account_keyfile_dict.py @@ -76,7 +76,6 @@ def test_profile_without_dataset(mock_bigquery_conn_with_dict: Connection): mock_bigquery_conn_with_dict.extra = json.dumps( { "project": "my_project", - "dataset": None, "keyfile_dict": json.dumps(sample_keyfile_dict), } ) @@ -88,6 +87,7 @@ def test_profile_without_dataset(mock_bigquery_conn_with_dict: Connection): "type": "bigquery", "method": "service-account-json", "project": "my_project", + "dataset": None, "threads": 1, "keyfile_json": { "type": "service_account",