Revert example file

This commit is contained in:
Elscrux 2024-03-25 00:24:38 +01:00
parent ae91b24dc5
commit 235475d1d5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestConvertTrelloToVikunja(t *testing.T) {
time1, err := time.Parse(time.RFC3339Nano, "2014-09-26T08:25:05Z")
require.NoError(t, err)
exampleFile, err := os.ReadFile("E:\\dev\\vikunja\\pkg\\modules\\migration\\testimage.jpg")
exampleFile, err := os.ReadFile(config.ServiceRootpath.GetString() + "/pkg/modules/migration/testimage.jpg")
require.NoError(t, err)
trelloData := []*trello.Board{