1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00

Drop debug

This commit is contained in:
Julien Duponchelle 2017-06-09 09:28:45 +02:00
parent 0dd35e1cbe
commit c1c3a9ed80
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -46,4 +46,3 @@ def test_put_gns3vm(http_controller):
def test_get_gns3vm(http_controller):
response = http_controller.get('/gns3vm', example=True)
assert response.status == 200
print(response.json)