try to fix storagecounter test in CI
This commit is contained in:
parent
d3424c416d
commit
a20222d246
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@ class TestStorageCounter(unittest.TestCase):
|
|||
def test_basic_amount(self):
|
||||
import config
|
||||
_test_setup()
|
||||
print(config.get('allocations.disk'))
|
||||
self.assertIsNotNone(config.get('allocations.disk'))
|
||||
self.assertGreaterEqual(config.get('allocations.disk'), 1000000)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue