From a3dcaee066dd10b38f62502d8afba3fc4311877d Mon Sep 17 00:00:00 2001 From: Konstantinos Pittas Date: Mon, 9 Jan 2023 20:02:45 +0200 Subject: [PATCH] [MM-42652] Re-enable test (#21986) --- api4/channel_category_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api4/channel_category_test.go b/api4/channel_category_test.go index e58a557ee6..af3e9b2319 100644 --- a/api4/channel_category_test.go +++ b/api4/channel_category_test.go @@ -103,7 +103,6 @@ func TestCreateCategoryForTeamForUser(t *testing.T) { }) t.Run("should publish expected WS payload", func(t *testing.T) { - t.Skip("MM-42652") userWSClient, err := th.CreateWebSocketClient() require.NoError(t, err) defer userWSClient.Close()