From 6b143078960c9b27079d3a09c66ea51a803a4bbe Mon Sep 17 00:00:00 2001 From: Tink bot Date: Fri, 15 May 2026 15:01:19 +0000 Subject: [PATCH] test(trello): drop redundant BackgroundImage assignment in getTestBoard --- pkg/modules/migration/trello/trello_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/modules/migration/trello/trello_test.go b/pkg/modules/migration/trello/trello_test.go index 970f9c3cb..7f64724b9 100644 --- a/pkg/modules/migration/trello/trello_test.go +++ b/pkg/modules/migration/trello/trello_test.go @@ -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 }