From a887c7b4c8ac942dffa2ae53f2aba782cd6d1d1d Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 9 Jul 2019 11:42:51 +0200 Subject: #915 tests correct command, /session This should test /shell/run instead of /session --- tests/units/test_0006_post_session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units') 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'} -- cgit v1.2.3-18-g5258