mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-04 13:02:52 -05:00
Fixing integration tests
This commit is contained in:
@ -1426,4 +1426,11 @@ var routes = Routes{
|
||||
"/rest/search/latest/search",
|
||||
SearchCode,
|
||||
},
|
||||
|
||||
Route{
|
||||
"GetSSHKeys",
|
||||
strings.ToUpper("Get"),
|
||||
"/rest/ssh/1.0/keys",
|
||||
GetSSHKeys,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user