Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrmaa committed Feb 7, 2024
1 parent fafdb87 commit f7cfc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ 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 Down Expand Up @@ -107,7 +108,6 @@ def test_mock_profile(mock_bigquery_conn_with_dict: Connection):
"type": "bigquery",
"method": "service-account-json",
"project": "mock_value",
"dataset": "mock_value",
"threads": 1,
"keyfile_json": None,
}
Expand Down

0 comments on commit f7cfc1e

Please sign in to comment.