You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2022/09/08 11:32:00 UTC

[jira] [Created] (CAMEL-18486) Camel-xchange: Add mocked mapping for the test AccountProducerTest#testFundingHistory

Jiri Ondrusek created CAMEL-18486:
-------------------------------------

             Summary: Camel-xchange: Add mocked mapping for the test AccountProducerTest#testFundingHistory
                 Key: CAMEL-18486
                 URL: https://issues.apache.org/jira/browse/CAMEL-18486
             Project: Camel
          Issue Type: Test
    Affects Versions: 3.19.0
            Reporter: Jiri Ondrusek
            Assignee: Jiri Ondrusek


During implementation of https://issues.apache.org/jira/browse/CAMEL-18484 I had a problem with the test {_}AccountProducerTest#testFundingHistory{_}.

Test works when using real account, but once I added a wiremock recording server to catch communication, I got 
{code:java}
org.knowm.xchange.exceptions.ExchangeException: API-key format invalid. (HTTP status code: 400) {code}
I'm not sure why this is happening. It would be nice to solve this problem and once it works, enable this test for the mocked testing (it is disabled with a comment now)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)