mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
feat: migrate to gopenpgp v2
This commit is contained in:
@ -52,12 +52,6 @@ func routeGetAddresses(tb testing.TB, w http.ResponseWriter, r *http.Request) st
|
||||
return "addresses/get_response.json"
|
||||
}
|
||||
|
||||
func routeGetSalts(tb testing.TB, w http.ResponseWriter, r *http.Request) string {
|
||||
Ok(tb, checkMethodAndPath(r, "GET", "/keys/salts"))
|
||||
Ok(tb, isAuthReq(r, testUID, testAccessToken))
|
||||
return "keys/salts/get_response.json"
|
||||
}
|
||||
|
||||
func TestAddressList(t *testing.T) {
|
||||
input := "1"
|
||||
addr := testAddressList.ByID(input)
|
||||
|
||||
Reference in New Issue
Block a user