File tree Expand file tree Collapse file tree 5 files changed +34
-34
lines changed
Expand file tree Collapse file tree 5 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ import (
1616)
1717
1818const (
19- testRegion = "eu01"
19+ testRegion = "eu01"
20+ testKeyRingName = "my-key-ring"
21+ testDescription = "my-description"
2022)
2123
2224type testCtxKey struct {}
2325
2426var (
25- testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
26- testClient = & kms.APIClient {}
27- testProjectId = uuid .NewString ()
28- testKeyRingName = "my-key-ring"
29- testDescription = "my-description"
27+ testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
28+ testClient = & kms.APIClient {}
29+ testProjectId = uuid .NewString ()
3030)
3131
3232// Flags
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ import (
1515)
1616
1717const (
18- testRegion = "eu02"
18+ testRegion = "eu02"
19+ testVersionNumber = int64 (1 )
1920)
2021
2122type testCtxKey struct {}
2223
2324var (
24- testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
25- testClient = & kms.APIClient {}
26- testProjectId = uuid .NewString ()
27- testKeyRingId = uuid .NewString ()
28- testKeyId = uuid .NewString ()
29- testVersionNumber = int64 (1 )
25+ testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
26+ testClient = & kms.APIClient {}
27+ testProjectId = uuid .NewString ()
28+ testKeyRingId = uuid .NewString ()
29+ testKeyId = uuid .NewString ()
3030)
3131
3232// Flags
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ import (
1515)
1616
1717const (
18- testRegion = "eu02"
18+ testRegion = "eu02"
19+ testVersionNumber = int64 (1 )
1920)
2021
2122type testCtxKey struct {}
2223
2324var (
24- testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
25- testClient = & kms.APIClient {}
26- testProjectId = uuid .NewString ()
27- testKeyRingId = uuid .NewString ()
28- testKeyId = uuid .NewString ()
29- testVersionNumber = int64 (1 )
25+ testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
26+ testClient = & kms.APIClient {}
27+ testProjectId = uuid .NewString ()
28+ testKeyRingId = uuid .NewString ()
29+ testKeyId = uuid .NewString ()
3030)
3131
3232// Flags
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ import (
1515)
1616
1717const (
18- testRegion = "eu02"
18+ testRegion = "eu02"
19+ testVersionNumber = int64 (1 )
1920)
2021
2122type testCtxKey struct {}
2223
2324var (
24- testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
25- testClient = & kms.APIClient {}
26- testProjectId = uuid .NewString ()
27- testKeyRingId = uuid .NewString ()
28- testKeyId = uuid .NewString ()
29- testVersionNumber = int64 (1 )
25+ testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
26+ testClient = & kms.APIClient {}
27+ testProjectId = uuid .NewString ()
28+ testKeyRingId = uuid .NewString ()
29+ testKeyId = uuid .NewString ()
3030)
3131
3232// Flags
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ import (
1515)
1616
1717const (
18- testRegion = "eu02"
18+ testRegion = "eu02"
19+ testVersionNumber = int64 (1 )
1920)
2021
2122type testCtxKey struct {}
2223
2324var (
24- testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
25- testClient = & kms.APIClient {}
26- testProjectId = uuid .NewString ()
27- testKeyRingId = uuid .NewString ()
28- testKeyId = uuid .NewString ()
29- testVersionNumber = int64 (1 )
25+ testCtx = context .WithValue (context .Background (), testCtxKey {}, "foo" )
26+ testClient = & kms.APIClient {}
27+ testProjectId = uuid .NewString ()
28+ testKeyRingId = uuid .NewString ()
29+ testKeyId = uuid .NewString ()
3030)
3131
3232// Flags
You can’t perform that action at this time.
0 commit comments