Skip to content

Commit

Permalink
update tests for migrate GCP wif
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 30, 2024
1 parent 8232331 commit d6be1ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions spec/lib/analytics_importer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
allow(DfE::Analytics).to receive(:enabled?).and_return(true)
allow(DfE::Analytics).to receive(:log_only?).and_return(false)

DfE::Analytics.configure do |config|
# config.bigquery_project_id = "test-123"
# config.bigquery_table_name = "test_table"
# config.bigquery_dataset = "test_dataset"
# config.bigquery_api_json_key = '{ "type": "service_account" }'
end
DfE::Analytics.configure

allow(Google::Cloud::Bigquery).to receive(:new).and_return(bigquery)
end
Expand Down

0 comments on commit d6be1ed

Please sign in to comment.