Skip to content

Commit 904f0a5

Browse files
committed
[Tests] Add balance profitability update
1 parent fd16c4c commit 904f0a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_binary.py

+7
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,10 @@ def test_logs_content_has_no_errors(start_binary_without_web_app):
102102
log_content = get_log_file_content()
103103
logger.debug(log_content)
104104
assert "ERROR" not in log_content
105+
106+
107+
def test_balance_profitability_updated(start_binary_without_web_app):
108+
time.sleep(10)
109+
log_content = get_log_file_content()
110+
logger.debug(log_content)
111+
assert "BALANCE PROFITABILITY :" in log_content

0 commit comments

Comments
 (0)