mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-22 00:41:56 +00:00
Test start / stop. And check if the mocked function is really called
This commit is contained in:
@ -42,7 +42,7 @@ class Query:
|
||||
self._port = port
|
||||
self._host = host
|
||||
|
||||
def post(self, path, body, **kwargs):
|
||||
def post(self, path, body={}, **kwargs):
|
||||
return self._fetch("POST", path, body, **kwargs)
|
||||
|
||||
def get(self, path, **kwargs):
|
||||
|
Reference in New Issue
Block a user