#915 Fix POST /setup test

Add new type field to json.
master
Diego Crespo Quinta 2020-12-01 23:43:59 +01:00 committed by OpenGnSys Support Team
parent aeb53bd351
commit 5b42e34b59
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ class TestPostSetupMethods(unittest.TestCase):
self.url = 'http://localhost:8888/setup'
self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'}
self.json = { 'clients' : [ '192.168.2.1', '192.168.2.2' ],
'type' : 'GPT',
'disk' : '1',
'cache' : '1',
'cache_size' : '0',