Skip to content

Commit 77796c9

Browse files
fix integration test
1 parent 1708c12 commit 77796c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/org/org_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func TestOrg(t *testing.T) {
247247
prjLinkedDsName := org.GetStringOutput("logs_export_project_linked_dataset_name")
248248
prjLinkedDs := gcloud.Runf(t, "logging links describe %s --bucket=%s --location=%s --project=%s", prjLinkedDatasetID, prjLogsExportLogBktName, defaultRegion, auditLogsProjectID)
249249
assert.Equal(prjLinkedDsName, prjLinkedDs.Get("name").String(), "log bucket linked dataset name should match")
250-
prjBigqueryDatasetID := fmt.Sprintf("bigquery.googleapis.com/projects/%s/datasets/%s", auditLogsProjectNumber, prjLinkedDatasetID)
250+
prjBigqueryDatasetID := fmt.Sprintf("bigquery.googleapis.com/projects/%s/datasets/%s", auditLogsProjectID, prjLinkedDatasetID)
251251
assert.Equal(prjBigqueryDatasetID, prjLinkedDs.Get("bigqueryDataset.datasetId").String(), "log bucket BigQuery dataset ID should match")
252252

253253
// add filter exclusion

0 commit comments

Comments
 (0)