Skip to content

Commit

Permalink
Fix BQ dataset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obada-ab committed Dec 13, 2024
1 parent 169be9d commit 3705c08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func TestAccBigQueryDataset_bigqueryDatasetExternalReferenceAws(t *testing.T) {
ResourceName: "google_bigquery_dataset.dataset",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"labels", "terraform_labels", "etag", "last_modified_time"},
},
},
})
Expand Down Expand Up @@ -752,7 +752,7 @@ resource "google_bigquery_dataset" "access_test" {

access {
role = "READER"
user_by_email = "hashicorp.com"
user_by_email = "Joe@example.com"
condition {
title = "test-condition"
description = "Request after midnight of 2019-12-31"
Expand Down

0 comments on commit 3705c08

Please sign in to comment.