Skip to content

[OICS-725] opin-quote-patrimonial-home_api_core-webhook-dcr_test-module_v1 - duplicate element: quote-patrimonial-home - ISS 297

Luiky Vasconcelos requested to merge OICS-725 into main

Closes OICS-725
Fixes #297 (closed)

Test Log

Test Module: opin-quote-patrimonial-home_api_core-webhook-dcr_test-module_v1
test-log-opin-quote-patrimonial-home_api_core-webhook-dcr_test-module_v1-private_key_jwt-by_value-openinsurance_brazil-plain_response-TVfFVhYpB3FOdR5.zip

The problem was that the participant already had the scope required for the test in his configuration. Then, the test was adding it again.
To fix this, I made sure to clear the scopes in the beginning of the test.

The test config: image

The scopes added for the test: image

Merge request reports