Skip to content

Commit

Permalink
Test exchange - use public dummy http server (#630)
Browse files Browse the repository at this point in the history
* don't use google

* use other url
  • Loading branch information
jonfung-dydx authored Oct 16, 2023
1 parent 9338c8c commit 3d68431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 3d68431

Please sign in to comment.