chore(general): misc cleanups (#3982)

* chore(general): remove unused `Behavior` type
* chore(test): leverage `testutil.ServerParameters` in server test
This commit is contained in:
Julio López authored and GitHub committed 2024-07-11 17:18:44 -07:00
1 parent b13d6bebfb
commit c262998173
2 files changed
+4 -10

No files matched your search

-3
View File
@@ -6,9 +6,6 @@
"fmt"
)
// Behavior specifies how kopia should behave if it encounters a Feature it does not understand.
type Behavior string
// IfNotUnderstood describes the behavior of Kopia when a required feature is not understood.
type IfNotUnderstood struct {
Warn bool `json:"warn"` // warn instead of failing