removed unused code

This commit is contained in:
Alfred Kamanda 2024-12-31 11:16:43 +03:00
parent be2ea3a2f0
commit 4ea52bf3fb
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -141,9 +141,6 @@ func TestInit(t *testing.T) {
flag_admin_privilege, _ := fm.GetFlag("flag_admin_privilege")
nonAdminExpectedResult := resource.Result{}
nonAdminExpectedResult.FlagReset = []uint32{flag_admin_privilege}
tests := []struct {
name string
setup func() (*Handlers, context.Context)