From b11608152e9e2a9af32e15a100d3d034222ad3e4 Mon Sep 17 00:00:00 2001 From: Isabel Arrans Date: Fri, 23 Oct 2020 18:55:17 +0200 Subject: #915 restore more tests --- tests/units/test_0003_post_wol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units/test_0003_post_wol.py') diff --git a/tests/units/test_0003_post_wol.py b/tests/units/test_0003_post_wol.py index 5c8c012..a9a2d42 100644 --- a/tests/units/test_0003_post_wol.py +++ b/tests/units/test_0003_post_wol.py @@ -6,7 +6,7 @@ class TestPostWolMethods(unittest.TestCase): def setUp(self): self.url = 'http://localhost:8888/wol' self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'} - self.json = { 'type' : 'broadcast', 'clients' : [ { 'addr' : '192.168.2.1', + self.json = { 'type' : 'broadcast', 'clients' : [ { 'addr' : '192.168.2.1', 'netmask':'255.255.255.0', 'mac' : '00AABBCCDD01' } ] } def test_post(self): -- cgit v1.2.3-18-g5258