test(trello): drop redundant BackgroundImage assignment in getTestBoard

This commit is contained in:
Tink bot 2026-05-15 15:01:19 +00:00 committed by kolaente
parent fc373ae963
commit 6b14307896
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ func getTestBoard(t *testing.T) ([]*trello.Board, time.Time) {
},
},
}
trelloData[0].Prefs.BackgroundImage = "https://vikunja.io/testimage.jpg" // Overridden in TestConvertTrelloToVikunja to point at a local test server.
return trelloData, time1
}