diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-07-09 11:42:51 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-07-15 09:47:38 +0200 |
commit | a887c7b4c8ac942dffa2ae53f2aba782cd6d1d1d (patch) | |
tree | 91df8e92d73e9756a4e7a60dc8545024ed94f740 /tests/units | |
parent | a927e141339c6aed1018c8a58fbd40eec7e000b2 (diff) |
#915 tests correct command, /session
This should test /shell/run instead of /session
Diffstat (limited to 'tests/units')
-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'} |