diff options
author | Isabel Arrans <isabelarrans@gmail.com> | 2020-10-23 18:55:17 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-10-24 12:53:11 +0200 |
commit | b11608152e9e2a9af32e15a100d3d034222ad3e4 (patch) | |
tree | 6148a685b287b0ea752019a73d85a224b1889917 /tests/units/test_0003_post_wol.py | |
parent | b0d18cd887f654cd4b607655ab3370e00eb656ec (diff) |
#915 restore more tests
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): |