From 78b2ea76d348ad17227afefa4a11a751b668e332 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Thu, 5 Dec 2024 13:36:55 +0100 Subject: [PATCH] fix e2e test: change expected bad yaml string to match wrapped errors of gopkg.in/yaml.v2 instead of errors of k8s.io/apimachinery/pkg/util/yaml. --- test/testdata/TestGithubPullRequestSecondBadYaml.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdata/TestGithubPullRequestSecondBadYaml.golden b/test/testdata/TestGithubPullRequestSecondBadYaml.golden index 1806f6d05..d25d1c09d 100644 --- a/test/testdata/TestGithubPullRequestSecondBadYaml.golden +++ b/test/testdata/TestGithubPullRequestSecondBadYaml.golden @@ -1 +1 @@ -There was an issue validating the commit: "error while parsing the yaml file bad-yaml.yaml: line 3: could not find expected ':'" \ No newline at end of file +There was an issue validating the commit: "error while parsing the yaml file bad-yaml.yaml: yaml: line 3: could not find expected ':'" \ No newline at end of file