Skip to content

Commit 2516b33

Browse files
fix ci issues when cancelling jobs (#5076) (#3537)
* fix ci issues when cancelling jobs * add slashes * add comments, update quotes Signed-off-by: Modular Magician <[email protected]>
1 parent d42c224 commit 2516b33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changelog/5076.txt

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

google-beta/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1515

16-
dataproc "google.golang.org/api/dataproc/v1beta2"
1716
"google.golang.org/api/googleapi"
17+
18+
dataproc "google.golang.org/api/dataproc/v1beta2"
1819
)
1920

2021
func TestDataprocExtractInitTimeout(t *testing.T) {

0 commit comments

Comments
 (0)