We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd16c4c commit 904f0a5Copy full SHA for 904f0a5
tests/test_binary.py
@@ -102,3 +102,10 @@ def test_logs_content_has_no_errors(start_binary_without_web_app):
102
log_content = get_log_file_content()
103
logger.debug(log_content)
104
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