Storage: prepare in resource bytes in storage.Interface, not the backend (#90513)
* prepare in k8s * prepare in k8s * prepare in k8s * simplify event creation * decode the inputs
This commit is contained in:
@@ -108,7 +108,7 @@ func TestSimpleServer(t *testing.T) {
|
||||
|
||||
// Now update the value
|
||||
tmp := &unstructured.Unstructured{}
|
||||
err = json.Unmarshal(created.Value, tmp)
|
||||
err = json.Unmarshal(found.Value, tmp)
|
||||
require.NoError(t, err)
|
||||
|
||||
now := time.Now().UnixMilli()
|
||||
|
||||
Reference in New Issue
Block a user