Skip to content

Commit 34bf29f

Browse files
author
Jan Sternagel
committed
Make testRegion const
1 parent 9b79a43 commit 34bf29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/services/kms/utils/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ import (
1212

1313
var (
1414
testProjectId = uuid.NewString()
15-
testRegion = "eu01"
1615
testKeyRingId = uuid.NewString()
1716
testKeyId = uuid.NewString()
1817
testWrappingKeyId = uuid.NewString()
1918
)
2019

2120
const (
21+
testRegion = "eu01"
2222
testKeyName = "my-test-key"
2323
testKeyRingName = "my-key-ring"
2424
testWrappingKeyName = "my-wrapping-key"

0 commit comments

Comments
 (0)