[MM-58059] Remove PostPriority feature flag (#26929)

Этот коммит содержится в:
Ben Schumacher
2024-05-06 10:11:28 +02:00
коммит произвёл GitHub
родитель c9cb3d5bb0
Коммит 732932f51f
7 изменённых файлов: 1 добавлений и 45 удалений

Просмотреть файл

@@ -8,7 +8,6 @@ import (
"errors"
"fmt"
"net/http"
"os"
"strconv"
"sync"
"testing"
@@ -2451,9 +2450,6 @@ func TestCountMentionsFromPost(t *testing.T) {
})
t.Run("should count urgent mentions", func(t *testing.T) {
os.Setenv("MM_FEATUREFLAGS_POSTPRIORITY", "true")
defer os.Unsetenv("MM_FEATUREFLAGS_POSTPRIORITY")
th := Setup(t).InitBasic()
defer th.TearDown()