Skip to content

Commit 3c5ab43

Browse files
committed
ACP2E-3149: Double slashes in customer segment URL
1 parent 3249122 commit 3c5ab43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/lib/mage/adminhtml/grid.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define(['mage/adminhtml/grid'], function () {
3030

3131
it('should reset the filter, clean the URL, and reload with the correct URL', function () {
3232
let callback = jasmine.createSpy('callback'),
33-
expectedUrl = 'https://test.com/filter/';
33+
expectedUrl = 'https://test.com/';
3434

3535
gridInstance.resetFilter(callback);
3636
expect(gridInstance.addVarToUrl).toHaveBeenCalledWith('filter', '');

0 commit comments

Comments
 (0)