Skip to content

Commit

Permalink
fix test since now I'm returning error
Browse files Browse the repository at this point in the history
  • Loading branch information
ncode committed Nov 27, 2023
1 parent c39e9d7 commit 6968445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/aclmanager/aclmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ func TestListAcls(t *testing.T) {
"user default on nopass ~* &* +@all",
123, // Invalid element
},
want: []string{
"user default on nopass ~* &* +@all",
},
want: nil,
wantErr: true,
},
}
Expand Down

0 comments on commit 6968445

Please sign in to comment.