MM-23399: Fix for old team schemes that have a blank guest role. (#14267)

Этот коммит содержится в:
Martin Kraft
2020-04-10 13:58:40 -04:00
коммит произвёл GitHub
родитель a9ea3587bb
Коммит df5cb41a64
4 изменённых файлов: 110 добавлений и 10 удалений

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

@@ -10,5 +10,5 @@ import (
)
func TestRoleStore(t *testing.T) {
StoreTest(t, storetest.TestRoleStore)
StoreTestWithSqlSupplier(t, storetest.TestRoleStore)
}