24 lines
519 B
Plaintext
24 lines
519 B
Plaintext
# serializer version: 1
|
|
# name: test_diagnostics
|
|
dict({
|
|
'config_entry_data': dict({
|
|
'password': '**REDACTED**',
|
|
'url': 'https://**redacted**:8000/prefix',
|
|
'username': '**REDACTED**',
|
|
'verify_ssl': False,
|
|
}),
|
|
'pyload_data': dict({
|
|
'active': 1,
|
|
'captcha': False,
|
|
'download': True,
|
|
'free_space': 99999999999,
|
|
'pause': False,
|
|
'proxy': None,
|
|
'queue': 6,
|
|
'reconnect': False,
|
|
'speed': 5405963.0,
|
|
'total': 37,
|
|
}),
|
|
})
|
|
# ---
|