diff --git a/protocol/daemons/pricefeed/client/price_function/test_volatile_exchange/exchange_query_details.go b/protocol/daemons/pricefeed/client/price_function/test_volatile_exchange/exchange_query_details.go index a549a3ab63..76feb2259b 100644 --- a/protocol/daemons/pricefeed/client/price_function/test_volatile_exchange/exchange_query_details.go +++ b/protocol/daemons/pricefeed/client/price_function/test_volatile_exchange/exchange_query_details.go @@ -22,7 +22,7 @@ var ( } TestVolatileExchangeDetails = types.ExchangeQueryDetails{ Exchange: exchange_common.EXCHANGE_ID_TEST_VOLATILE_EXCHANGE, - Url: "https://www.google.com/", + Url: "https://jsonplaceholder.typicode.com/users", PriceFunction: VolatileExchangePriceFunction, IsMultiMarket: false, }