mirror of https://git.48k.eu/ogserver
parent
a927e14133
commit
a887c7b4c8
|
@ -4,7 +4,7 @@ import unittest
|
||||||
class TestPostSessionMethods(unittest.TestCase):
|
class TestPostSessionMethods(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.url = 'http://localhost:8888/shell/run'
|
self.url = 'http://localhost:8888/session'
|
||||||
self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'}
|
self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'}
|
||||||
self.json = { 'clients' : [ '192.168.2.1', '192.168.2.2' ],
|
self.json = { 'clients' : [ '192.168.2.1', '192.168.2.2' ],
|
||||||
'disk' : '0', 'partition' : '1'}
|
'disk' : '0', 'partition' : '1'}
|
||||||
|
|
Loading…
Reference in New Issue