fix: route web controls through proxy auth
This commit is contained in:
@@ -68,6 +68,9 @@ def test_web_ui_assets_are_available() -> None:
|
||||
assert "TradeBot — панель управления" in html
|
||||
assert "/assets/dashboard.css" in html
|
||||
assert "/assets/dashboard.js" in html
|
||||
assert "/web-api/dashboard/snapshot" in WEB_INDEX.with_name("dashboard.js").read_text(
|
||||
encoding="utf-8"
|
||||
)
|
||||
|
||||
|
||||
def test_compact_markets_keeps_dashboard_fields_and_limits_candles() -> None:
|
||||
|
||||
Reference in New Issue
Block a user