mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 09:03:05 +00:00
Add test for market_change endpoint
This commit is contained in:
@@ -561,7 +561,7 @@ class BacktestMetadataUpdate(BaseModel):
|
||||
class BacktestMarketChange(BaseModel):
|
||||
columns: List[str]
|
||||
length: int
|
||||
data: List[List[Union[str, float, Any]]]
|
||||
data: List[List[Any]]
|
||||
|
||||
|
||||
class SysInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user