Right now we only test HistQuotesRequest which queries a dead URL that doesn't exist anymore. We should test the newer HistQuotes2Request
In MockedServersTest, remove System.setProperty("yahoofinance.histquotes2.enabled", "false"); and set system properties in order to point the URLs at the top of YahooFinance to local server
Right now we only test
HistQuotesRequest
which queries a dead URL that doesn't exist anymore. We should test the newerHistQuotes2Request
In
MockedServersTest
, removeSystem.setProperty("yahoofinance.histquotes2.enabled", "false");
and set system properties in order to point the URLs at the top ofYahooFinance
to local server