feat: objects in vault are stored as a single secret
Co-authored-by: Dmitry Fedotov <dmitry@uint32.ru> Co-committed-by: Dmitry Fedotov <dmitry@uint32.ru>
This commit is contained in:
@@ -38,7 +38,7 @@ func TestVaultStorage(t *testing.T) {
|
||||
data := []byte("this is a test")
|
||||
|
||||
if err := st.Save(testkey, data); err != nil {
|
||||
t.Error(err)
|
||||
t.Fatalf("error saving data: %v", err)
|
||||
}
|
||||
|
||||
b, err := st.Load(testkey)
|
||||
|
Reference in New Issue
Block a user