Skip to content

Commit 7d01344

Browse files
committed
fix cleanup
1 parent 8f57327 commit 7d01344

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

internal/provider/account_audit_log_sink_datasource_test.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ output "account_audit_log_sink" {
130130
return nil
131131
},
132132
},
133+
{
134+
Config: `
135+
provider "temporalcloud" {
136+
}
137+
`,
138+
},
133139
},
134140
})
135141
}
@@ -255,6 +261,12 @@ output "account_audit_log_sink" {
255261
return nil
256262
},
257263
},
264+
{
265+
Config: `
266+
provider "temporalcloud" {
267+
}
268+
`,
269+
},
258270
},
259271
})
260272
}

0 commit comments

Comments
 (0)