Skip to content

Commit 2340860

Browse files
committed
fix url mock for imag-uploader test
1 parent 5e365a0 commit 2340860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/image-uploader.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ define([
7575

7676
expect(browser.openDialog).toHaveBeenCalledWith(
7777
'http://example.com/target_element_id/theTargetId/store/3/type/image/' +
78-
'?isAjax=true&current_tree_path=d3lzaXd5Zw,,',
78+
'?isAjax=true&current_tree_path=d3lzaXd5Zw--',
7979
null,
8080
null,
8181
'Hello world',

0 commit comments

Comments
 (0)