mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Fixed server test
This commit is contained in:
parent
1e3c033547
commit
f9aa6c1668
@ -10,8 +10,9 @@ import (
|
||||
// these system settings are created when running the data migrations,
|
||||
// so they will be present after the tests setup.
|
||||
var dataMigrationSystemSettings = map[string]string{
|
||||
"UniqueIDsMigrationComplete": "true",
|
||||
"CategoryUuidIdMigrationComplete": "true",
|
||||
"UniqueIDsMigrationComplete": "true",
|
||||
"CategoryUuidIdMigrationComplete": "true",
|
||||
"DeDuplicateCategoryBoardTableComplete": "true",
|
||||
}
|
||||
|
||||
func addBaseSettings(m map[string]string) map[string]string {
|
||||
|
Loading…
Reference in New Issue
Block a user