From 5b42e34b59ace4379905fca489408726544ed6f9 Mon Sep 17 00:00:00 2001 From: Diego Crespo Quinta Date: Tue, 1 Dec 2020 23:43:59 +0100 Subject: #915 Fix POST /setup test Add new type field to json. --- tests/units/test_0018_post_setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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', -- cgit v1.2.3-18-g5258