Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.2.x
-
Committed
-
2
Description
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