Tests: Update fixtures and folder test

This commit is contained in:
Michael Mayer 2020-12-30 18:12:30 +01:00
parent fd4cf7b598
commit 4e91771afd
2 changed files with 2 additions and 1 deletions

View file

@ -61,7 +61,7 @@ func TestGetSvg(t *testing.T) {
t.Log(conf)
GetSvg(router)
r := PerformRequest(app, "GET", "/api/v1/svg/folder")
assert.Equal(t, albumIconSvg, r.Body.Bytes())
assert.Equal(t, folderIconSvg, r.Body.Bytes())
assert.Equal(t, http.StatusOK, r.Code)
})
t.Run("broken", func(t *testing.T) {

View file

@ -13,6 +13,7 @@ Features:
Private: true
Review: true
Files: true
Folders: true
Moments: true
Estimates: true
Labels: true