diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/test_0006_post_session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/test_0006_post_session.py b/tests/units/test_0006_post_session.py index d235179..0b733d9 100644 --- a/tests/units/test_0006_post_session.py +++ b/tests/units/test_0006_post_session.py @@ -4,7 +4,7 @@ import unittest class TestPostSessionMethods(unittest.TestCase): def setUp(self): - self.url = 'http://localhost:8888/shell/run' + self.url = 'http://localhost:8888/session' self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'} self.json = { 'clients' : [ '192.168.2.1', '192.168.2.2' ], 'disk' : '0', 'partition' : '1'} |