mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-18 21:26:08 +00:00
remove Warning from restore item action output (#1318)
Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2018 the Velero contributors.
|
||||
Copyright 2018, 2019 the Velero contributors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -117,7 +117,6 @@ func TestRestartableRestoreItemActionDelegatedFunctions(t *testing.T) {
|
||||
"color": "green",
|
||||
},
|
||||
},
|
||||
Warning: errors.Errorf("delegate warning"),
|
||||
}
|
||||
|
||||
runRestartableDelegateTests(
|
||||
|
||||
Reference in New Issue
Block a user