Details
-
Bug
-
Status: Done
-
High
-
Resolution: Fixed
-
5.4.19
-
None
-
None
-
Sprint 39
-
0
Description
Build fails for remote events features. Failing tests are:
- BbsEventGeneratorSpec constructor fuzzing test
- BbsRemoteEventsSpec serialise events to json
groovy.lang.GroovyRuntimeException: Could not find matching constructor for: com.atlassian.bitbucket.internal.webhook.json.WebhookJsonRenderer(com.sun.proxy.$Proxy403)
at com.onresolve.scriptrunner.canned.bitbucket.events.remote.BitbucketSerialisationManager.serializeToObject(BitbucketSerialisationManager.groovy:109)
at com.onresolve.scriptrunner.canned.bitbucket.events.remote.BitbucketSerialisationManager.serialize(BitbucketSerialisationManager.groovy:207)
at com.onresolve.scriptrunner.canned.bitbucket.events.remote.BitbucketSerialisationManager.serializeAndPrettyPrint(BitbucketSerialisationManager.groovy:292)
at com.onresolve.scriptrunner.canned.bitbucket.events.remote.BitbucketSerialisationManager.eventToJson(BitbucketSerialisationManager.groovy:81)
at com.onresolve.bitbucket.groovy.test.remoteevents.BbsRemoteEventsSpec.eventToMap(BbsRemoteEventsSpec.groovy:97)
at com.onresolve.bitbucket.groovy.test.remoteevents.BbsRemoteEventsSpec.serialise events to json(BbsRemoteEventsSpec.groovy:52)