Update routes to API v4

This commit is contained in:
Michal Horejsek
2020-08-27 10:13:28 +02:00
parent af89931f05
commit 9218598140
19 changed files with 41 additions and 48 deletions

View File

@ -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"
}