From c6f4a24012cf0dd34cc17cf6ada05724c421e23d Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 24 Feb 2020 20:10:59 +0000 Subject: [PATCH] Fix encoding --- .../resources/io/jenkins/plugins/casc/GlobalCredentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/src/test/resources/io/jenkins/plugins/casc/GlobalCredentials.yml b/integrations/src/test/resources/io/jenkins/plugins/casc/GlobalCredentials.yml index 3e7814bd28..14be42639d 100644 --- a/integrations/src/test/resources/io/jenkins/plugins/casc/GlobalCredentials.yml +++ b/integrations/src/test/resources/io/jenkins/plugins/casc/GlobalCredentials.yml @@ -23,4 +23,4 @@ credentials: scope: GLOBAL id: "secret-file" fileName: "mysecretfile.txt" - secretBytes: WJjZAo= + secretBytes: "YWJjZGVmZwo="