Skip to content

Commit

Permalink
added dataset: None in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrmaa committed Feb 7, 2024
1 parent f7cfc1e commit 130b1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
)
Expand All @@ -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",
Expand Down

0 comments on commit 130b1cb

Please sign in to comment.