mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix test
This commit is contained in:
parent
a1e7862698
commit
c8f13a0e1a
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ func TestExecute(t *testing.T) {
|
|||
"secret": []byte(`foo: bar`),
|
||||
},
|
||||
expetedData: map[string][]byte{
|
||||
"foo": []byte(`{"foo": "bar"}`),
|
||||
"foo": []byte(`{"foo":"bar"}`),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue