Bumping k8s dependencies to 1.13
This commit is contained in:
4
vendor/k8s.io/apimachinery/pkg/util/yaml/decoder_test.go
generated
vendored
4
vendor/k8s.io/apimachinery/pkg/util/yaml/decoder_test.go
generated
vendored
@@ -197,8 +197,8 @@ stuff: 1
|
||||
t.Fatal("expected error with yaml: violate, got no error")
|
||||
}
|
||||
fmt.Printf("err: %s\n", err.Error())
|
||||
if !strings.Contains(err.Error(), "yaml: line 2:") {
|
||||
t.Fatalf("expected %q to have 'yaml: line 2:' found a tab character", err.Error())
|
||||
if !strings.Contains(err.Error(), "yaml: line 3:") {
|
||||
t.Fatalf("expected %q to have 'yaml: line 3:' found a tab character", err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user