jamesnetherton commented on issue #3016:
URL: https://github.com/apache/camel-quarkus/issues/3016#issuecomment-901238831


   I think the xchange Coinbase 'ticker' test is also broken, but it's been 
masked by a flaw in the test implementation:
   
   ```
   2021-08-18 16:56:26,583 DEBUG [org.apa.cam.sup.cac.DefaultProducerCache] 
(executor-thread-0) >>>> 
xchange-coinbase://coinbase?currencyPair=BTC%2FUSDT&method=ticker&service=marketdata
 Exchange[]
   2021-08-18 16:56:26,584 DEBUG [si.maz.res.HttpTemplate] (executor-thread-0) 
Executing GET request at 
https://coinbase.com/api/v1/prices/buy?qty=1&currency=USDT
   2021-08-18 16:56:27,134 DEBUG [si.maz.res.HttpTemplate] (executor-thread-0) 
Request http status = 404
   2021-08-18 16:56:27,135 DEBUG [si.maz.res.HttpTemplate] (executor-thread-0) 
Http call returned 404; response body:
   {"errors":[{"id":"not_found","message":"Not found"}]}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to