1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Fixed fixture

This commit is contained in:
Adolfo Gómez García 2024-07-06 19:22:29 +02:00
parent 856563a65c
commit adf724101b
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -107,7 +107,6 @@ DEF_STORAGES: list[prox_types.StorageInfo] = [
used=1024 * 1024 * 1024 * i * 4,
avail=1024 * 1024 * 1024 * i * 8,
total=1024 * 1024 * 1024 * i * 12,
used_fraction=1.0,
)
for i in range(10)
]