diff options
Diffstat (limited to 'tests/units/test_0003_post_wol.py')
-rw-r--r-- | tests/units/test_0003_post_wol.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |