#915 tests correct command, /session

This should test /shell/run instead of /session
master
Javier Sánchez Parra 2019-07-09 11:42:51 +02:00 committed by OpenGnSys Support Team
parent a927e14133
commit a887c7b4c8
1 changed files with 1 additions and 1 deletions

View File

@ -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'}