Add locks_add to rest api client

This commit is contained in:
Matthias
2024-03-30 14:37:34 +01:00
parent f4074d2960
commit ad06f93501
3 changed files with 21 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ def test_FtRestClient_call_invalid(caplog):
('exits', []),
('mix_tags', []),
('locks', []),
('lock_add', ["XRP/USDT", '2024-01-01 20:00:00Z', '*', 'rand']),
('delete_lock', [2]),
('daily', []),
('daily', [15]),