Skip to content

Commit 5e8e5d1

Browse files
authored
fix: permission test (#234)
1 parent c9511e8 commit 5e8e5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permission_client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func TestPermissions_PermissionEndpoints(t *testing.T) {
6363
perm := resp.Permission
6464
assert.Equal(t, "create-channel", perm.ID)
6565
assert.False(t, perm.Custom)
66-
assert.NotEmpty(t, perm.Condition)
66+
assert.Empty(t, perm.Condition)
6767

6868
t.Cleanup(func() {
6969
resp, _ := p.ListPermissions(ctx)

0 commit comments

Comments
 (0)