Skip to content

Commit eb0a31f

Browse files
authored
Update org_test.go
1 parent 0c0c9cf commit eb0a31f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/org/org_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ func TestOrg(t *testing.T) {
222222
assert.Equal(billingDatasetFullName, billingDataset.Get("id").String(), fmt.Sprintf("dataset %s should exist", billingDatasetFullName))
223223

224224
auditLogsProjectID := org.GetStringOutput("org_audit_logs_project_id")
225-
auditLogsProjectNumber := gcloud.Runf(t, "projects describe %s", auditLogsProjectID).Get("projectNumber").String()
226225

227226
// Bucket destination
228227
logsExportStorageBucketName := org.GetStringOutput("logs_export_storage_bucket_name")

0 commit comments

Comments
 (0)