mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Add fixture (and default_mock) for pair_candles
This commit is contained in:
parent
8a4f807099
commit
33859fded5
|
@ -24,4 +24,8 @@ export function defaultMocks() {
|
|||
cy.intercept('GET', '**/api/v1/show_config', {
|
||||
fixture: 'show_config.json',
|
||||
}).as('ShowConf');
|
||||
|
||||
cy.intercept('GET', '**/api/v1/pair_candles?*', {
|
||||
fixture: 'pair_candles_btc_1m.json',
|
||||
}).as('PairCandles');
|
||||
}
|
||||
|
|
12045
cypress/fixtures/pair_candles_btc_1m.json
Normal file
12045
cypress/fixtures/pair_candles_btc_1m.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user