Skip to content

Commit 85f30d4

Browse files
remove auditLogsProjectNumber
1 parent 77796c9 commit 85f30d4

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)