mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-22 17:52:30 +01:00
Default_DenyAll: move the longest rule on top
This commit is contained in:
parent
7a5572ad7c
commit
afd6d2e0ee
1 changed files with 1 additions and 1 deletions
|
@ -47,10 +47,10 @@ func TestManager_FullScenario_Default_DenyAll(t *testing.T) {
|
|||
benGrants, err := a.Grants("ben")
|
||||
require.Nil(t, err)
|
||||
require.Equal(t, []Grant{
|
||||
{"everyonewrite", PermissionDenyAll},
|
||||
{"mytopic", PermissionReadWrite},
|
||||
{"writeme", PermissionWrite},
|
||||
{"readme", PermissionRead},
|
||||
{"everyonewrite", PermissionDenyAll},
|
||||
}, benGrants)
|
||||
|
||||
notben, err := a.Authenticate("ben", "this is wrong")
|
||||
|
|
Loading…
Reference in a new issue