From a4230ba25223f39aab4bbcf50d254c842002024f Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 18 Jun 2023 16:41:22 +0200 Subject: [PATCH] Rename and update webserver config --- cypress/e2e/backtesting.cy.ts | 2 +- .../{show_config_backtest.json => show_config_webserver.json} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cypress/fixtures/backtest/{show_config_backtest.json => show_config_webserver.json} (98%) diff --git a/cypress/e2e/backtesting.cy.ts b/cypress/e2e/backtesting.cy.ts index 538d1753..4f26f6c8 100644 --- a/cypress/e2e/backtesting.cy.ts +++ b/cypress/e2e/backtesting.cy.ts @@ -2,7 +2,7 @@ import { setLoginInfo, defaultMocks } from './helpers'; function backtestMocks() { cy.intercept('GET', '**/api/v1/show_config', { - fixture: 'backtest/show_config_backtest.json', + fixture: 'backtest/show_config_webserver.json', }).as('ShowConf'); cy.intercept('GET', '**/api/v1/strategies', { fixture: 'backtest/strategies.json' }).as( 'Strategies', diff --git a/cypress/fixtures/backtest/show_config_backtest.json b/cypress/fixtures/backtest/show_config_webserver.json similarity index 98% rename from cypress/fixtures/backtest/show_config_backtest.json rename to cypress/fixtures/backtest/show_config_webserver.json index 02d2342f..de704c74 100644 --- a/cypress/fixtures/backtest/show_config_backtest.json +++ b/cypress/fixtures/backtest/show_config_webserver.json @@ -1,7 +1,7 @@ { "version": "2022.2.2", "strategy_version": null, - "api_version": 2.14, + "api_version": 2.30, "dry_run": true, "trading_mode": "spot", "short_allowed": false,