Skip to content

Commit

Permalink
fix asset url interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Oct 17, 2024
1 parent bfa719d commit 3265609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/interpreter/asset_url.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Feature: Adding a import with a interpreter
Given there is a file test.csv with content:
"""
name,image
test1,https://placehold.co/600x400?text=Hello+Pimcore.png
test1,https://www.coreshop.org/assets/img/logo-full.svg
"""
And I run the import-definitions with params:
| key | value |
| file | test.csv |
Then there should be "1" data-objects for definition
And the field "image" for object of the definition should have the value of asset "/images/fff.png"
And the field "image" for object of the definition should have the value of asset "/images/logo-full.svg.png"

0 comments on commit 3265609

Please sign in to comment.