test(trello): drop redundant BackgroundImage assignment in getTestBoard
This commit is contained in:
parent
fc373ae963
commit
6b14307896
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue