mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-18 03:21:01 -05:00
Upgrading deps
This commit is contained in:
@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user