forked from Silverfish/proton-bridge
Update routes to API v4
This commit is contained in:
@ -184,7 +184,7 @@ func TestMessage_Encrypt(t *testing.T) {
|
||||
}
|
||||
|
||||
func routeLabelMessages(tb testing.TB, w http.ResponseWriter, r *http.Request) string {
|
||||
Ok(tb, checkMethodAndPath(r, "PUT", "/messages/label"))
|
||||
Ok(tb, checkMethodAndPath(r, "PUT", "/mail/v4/messages/label"))
|
||||
|
||||
return "messages/label/put_response.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user