Upgrading deps

This commit is contained in:
gfleury
2020-03-12 13:07:16 -03:00
parent 4c26ee6b24
commit 74fb5cf290
4 changed files with 458 additions and 8 deletions

View File

@ -236,7 +236,7 @@ func TestGetWebhooksResponse(t *testing.T) {
Values: map[string]interface{}{"values": []interface{}{}},
},
},
want: []Webhook{},
want: nil,
wantErr: false,
},
{
@ -313,7 +313,7 @@ func TestGetUsersPermissionResponse(t *testing.T) {
Values: map[string]interface{}{"values": []interface{}{}},
},
},
want: []UserPermission{},
want: nil,
wantErr: false,
},
{