We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b79a43 commit 34bf29fCopy full SHA for 34bf29f
internal/pkg/services/kms/utils/utils_test.go
@@ -12,13 +12,13 @@ import (
12
13
var (
14
testProjectId = uuid.NewString()
15
- testRegion = "eu01"
16
testKeyRingId = uuid.NewString()
17
testKeyId = uuid.NewString()
18
testWrappingKeyId = uuid.NewString()
19
)
20
21
const (
+ testRegion = "eu01"
22
testKeyName = "my-test-key"
23
testKeyRingName = "my-key-ring"
24
testWrappingKeyName = "my-wrapping-key"
0 commit comments