atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

fix: outbound listener handle error response string #1954

Closed murali-shris closed 4 months ago

murali-shris commented 4 months ago

- What I did

murali-shris commented 4 months ago

Please add a couple of unit tests

Sure @gkc . I have to introduce unit test for outbound message listener.

Currently facing an issue in end2end test but they are passing in my local.

error response in local run which has the fix on local server. plookup verb response error:{"errorCode":"AT0015","errorDescription":"key not found : Exception: public:no-key@alice does not exist in keystore"}

error response in github actions ( I guess trunk version of server is used) plookup verb response error:{"errorCode":"AT0011","errorDescription":"Internal server exception : Request to remote secondary @cicd5 at null:null received error response 'AT0015-Exception: public:no-key@cicd5 does not exist in keystore'"}