-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.2.10 DXP FP3, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Pages > A/B Testing for Content Pages
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
Prerequisites:
Liferay DXP has been configured as a Data Source is AC
Steps to reproduce:
- Create a content page
- Add a button and publish
- Create an AB Test using Click as Goal
- Select the button as targeted element
- Create a variant
- Execute curl:
{{curl -X POST }}
{{ http://localhost:8080/o/segments-asah/v1.0/experiments/\{experimentKey}/status }}
{{ -H 'Content-Type: application/json' }}
{{ --user [email protected]:pass }}
{{ -d '{}}
{{ "status": "FINISHED_WINNER"}}
}'
Expected result:
4xx status code is returned
Actual Result:
500 status code is returned