Skip to content

Commit b54e39f

Browse files
Change email_preferences in test from an argument to a block (#4183) (#2677)
Signed-off-by: Modular Magician <[email protected]>
1 parent 5793cbb commit b54e39f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/4183.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/resource_bigquery_data_transfer_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ resource "google_bigquery_data_transfer_config" "query_config" {
191191
}
192192
destination_dataset_id = google_bigquery_dataset.my_dataset.dataset_id
193193
notification_pubsub_topic = google_pubsub_topic.my_topic.id
194-
email_preferences = {
194+
email_preferences {
195195
enable_failure_email = true
196196
}
197197
params = {

0 commit comments

Comments
 (0)