From 61f98d92faf82a38041c8e709c4bc36e7792752c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Fri, 3 Aug 2018 17:13:02 +0200 Subject: MM-11576: Allow to join and add members to archived channels (#9214) --- api4/channel_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'api4') diff --git a/api4/channel_test.go b/api4/channel_test.go index c2a0131cf..5ca4dee6e 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -846,8 +846,6 @@ func TestDeleteChannel(t *testing.T) { if ch, err := th.App.GetChannel(publicChannel1.Id); err == nil && ch.DeleteAt == 0 { t.Fatal("should have failed to get deleted channel") - } else if err := th.App.JoinChannel(ch, user2.Id); err == nil { - t.Fatal("should have failed to join deleted channel") } post1 := &model.Post{ChannelId: publicChannel1.Id, Message: "a" + GenerateTestId() + "a"} -- cgit v1.2.3-1-g7c22