Skip to content

Commit 06caa93

Browse files
committed
change enabled APIs in fabric project test
1 parent 7b5b1df commit 06caa93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixtures/fabric_project/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ module "fabric-project" {
2626
billing_account = var.billing_account
2727
activate_apis = [
2828
"compute.googleapis.com",
29-
"bigquery.googleapis.com",
29+
"storage-api.googleapis.com",
3030
]
3131
}

test/integration/fabric_project/controls/project_fabric.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
its('stderr') { should eq '' }
3939

4040
its('stdout') { should match(/compute\.googleapis\.com/) }
41-
its('stdout') { should match(/bigquery\.googleapis\.com/) }
41+
its('stdout') { should match(/storage-api\.googleapis\.com/) }
4242
end
4343

4444
describe command("gcloud alpha resource-manager liens list --project #{project_id} --format=json") do

0 commit comments

Comments
 (0)