Skip to content

Commit

Permalink
Fix unittest for CONFIG_OVERWRITE_JSON for b64 json with trimmed whit…
Browse files Browse the repository at this point in the history
…espace
  • Loading branch information
Кунгуров Макар Евгеньевич committed Dec 9, 2024
1 parent 1141f24 commit 1a35a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/core_secret_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tests:
value: "dGVzdC1hZG1pbi1wYXNzd29yZA=="
- equal:
path: data.CONFIG_OVERWRITE_JSON
value: "eyJ0ZXN0IjogInRlc3QifQ=="
value: "eyJ0ZXN0IjoidGVzdCJ9"

- it: ExistingSecretSecretKey
set:
Expand Down

0 comments on commit 1a35a24

Please sign in to comment.