[MM-42652] Re-enable test (#21986)

This commit is contained in:
Konstantinos Pittas
2023-01-09 20:02:45 +02:00
committed by GitHub
parent 4b04b0957f
commit a3dcaee066

View File

@@ -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()