Skip to content

Commit

Permalink
fix(engine): dropped cdn test error (#6749)
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Lehtonen <lars.lehtonen@gmail.com>
  • Loading branch information
alrs authored Dec 21, 2023
1 parent b9ab52b commit 2424fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/cdn/item_upload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func TestPostUploadHandler(t *testing.T) {
}

iu, err := storage.LoadItemUnitByID(ctx, s.Mapper, db, iuID, gorpmapper.GetOptions.WithDecryption)
require.NoError(t, err)
buf = &bytes.Buffer{}

uiRead, err := s.Units.Storages[0].NewReader(ctx, *iu)
Expand Down

0 comments on commit 2424fef

Please sign in to comment.