@@ -63,6 +63,11 @@ func TestGetTokenScopes(t *testing.T) {
|
||||
commonScopes []string
|
||||
expected []string
|
||||
}{
|
||||
{
|
||||
scopesInCtx: []string{},
|
||||
commonScopes: []string{},
|
||||
expected: []string{},
|
||||
},
|
||||
{
|
||||
scopesInCtx: []string{},
|
||||
commonScopes: []string{"repository:foo/bar:pull"},
|
||||
|
||||
Reference in New Issue
Block a user