diff options
-rw-r--r-- | tests/units/test_0018_post_setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/test_0018_post_setup.py b/tests/units/test_0018_post_setup.py index 16fc1d4..22cc0c6 100644 --- a/tests/units/test_0018_post_setup.py +++ b/tests/units/test_0018_post_setup.py @@ -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', |