Skip to content

Commit

Permalink
Add more whitespace to integration test string
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Dec 13, 2023
1 parent 7d3db14 commit e77e0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sdk/nodejs/secrets-new-line/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const provider = new k8s.Provider("k8s");

const newlineSecret = new k8s.core.v1.Secret("newline", {
data: {
password: "dGhpcyBpcyBhIHRlc3Qgc3RyaW5n\n", // "this is a test string"
password: " \n dGhpcyBpcyBhIHRlc3Qgc3RyaW5n\n\n\n", // "decoded base64 value: 'this is a test string'"
}
}, {provider});

Expand Down

0 comments on commit e77e0ad

Please sign in to comment.