##// END OF EJS Templates
fix(config): do not set the license import path to default value to not trigger import if this is not explicitly set via .ini file
fix(config): do not set the license import path to default value to not trigger import if this is not explicitly set via .ini file

File last commit:

r5087:0a27bd22 default
r5539:7e1233e7 default
Show More
test_system_info.py
8 lines | 178 B | text/x-python | PythonLexer
from rhodecode.lib.system_info import get_system_info
def test_system_info(app):
info = get_system_info({})
assert info['load']['value']['15_min'] != 'NOT AVAILABLE'