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 a3ca0a2 commit 93f7b53Copy full SHA for 93f7b53
internal/verify/frameworkvalidator.go internal/verify/framework.gointernal/verify/frameworkvalidator.go renamed to internal/verify/framework.go
…ternal/verify/frameworkvalidator_test.go internal/verify/framework_test.gointernal/verify/frameworkvalidator_test.go renamed to internal/verify/framework_test.go
@@ -93,7 +93,7 @@ func TestStringValidatorUUID(t *testing.T) {
93
func TestStringValidatorUUIDOrUUIDWithLocality(t *testing.T) {
94
t.Parallel()
95
96
- ctx := context.Background()
+ ctx := t.Context()
97
98
testCases := map[string]struct {
99
errDesc string
@@ -216,7 +216,7 @@ func TestStringValidatorUUIDOrUUIDWithLocality(t *testing.T) {
216
func TestStringValidatorRegionWithWarning(t *testing.T) {
217
218
219
220
221
validRegions := []string{"fr-par", "nl-ams", "pl-waw"}
222
0 commit comments