mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 00:53:05 +00:00
Fix typos discovered by codespell
This commit is contained in:
@@ -1609,4 +1609,4 @@ def test_start_show_config(capsys, caplog):
|
||||
assert "Your combined configuration is:" in captured.out
|
||||
assert '"max_open_trades":' in captured.out
|
||||
assert '"secret": "REDACTED"' not in captured.out
|
||||
assert log_has_re(r'Sensitive information will be shown in the upcomming output.*', caplog)
|
||||
assert log_has_re(r'Sensitive information will be shown in the upcoming output.*', caplog)
|
||||
|
||||
Reference in New Issue
Block a user