Refine Asana OAuth2 scopes → Build driver query URLs with url.URL not concatenation
- Refine Asana OAuth2 scopes - Re-record access-review cassettes from live tokens - Escape URL path segments in access-review drivers - Build driver query URLs with url.URL not concatenation Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
@@ -42,5 +42,7 @@ func TestBitbucketDriver(t *testing.T) {
|
||||
r := records[0]
|
||||
assert.NotEmpty(t, r.ExternalID)
|
||||
assert.NotEmpty(t, r.FullName)
|
||||
assert.NotEmpty(t, r.Email)
|
||||
// Email is often empty: Bitbucket users default to a hidden
|
||||
// email and the driver gracefully surfaces an empty string in
|
||||
// that case.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user