From 365514174ef00dcf426b2b5704c3d7adebe926e1 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 2 Feb 2017 11:46:42 -0500 Subject: Add tear down to APIv4 tests (#5250) * Add tear down to APIv4 tests * Defer tear downs --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index c58e113d2..6a7bb05f9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4559,6 +4559,10 @@ "id": "store.sql_channel.permanent_delete_by_team.app_error", "translation": "We couldn't delete the channels" }, + { + "id": "store.sql_channel.permanent_delete.app_error", + "translation": "We couldn't delete the channel" + }, { "id": "store.sql_channel.permanent_delete_members_by_user.app_error", "translation": "We couldn't remove the channel member" @@ -4915,6 +4919,10 @@ "id": "store.sql_post.permanent_delete.app_error", "translation": "We couldn't delete the post" }, + { + "id": "store.sql_post.permanent_delete_by_channel.app_error", + "translation": "We couldn't delete the posts by channel" + }, { "id": "store.sql_post.permanent_delete_all_comments_by_user.app_error", "translation": "We couldn't delete the comments for user" -- cgit v1.2.3-1-g7c22