endpoint no more loaded in standalone mode

This commit is contained in:
ziirish 2016-05-27 17:16:03 +02:00
parent 2b7c17b4b3
commit 839df66cc4

View file

@ -165,10 +165,6 @@ class BurpuiAPITestCase(TestCase):
response = self.client.get(url_for('api.counters'))
self.assert400(response)
def test_servers_json(self):
response = self.client.get(url_for('api.servers_stats'))
self.assertEquals(response.json, [])
def test_live(self):
response = self.client.get(url_for('api.live'))
self.assertEquals(response.json, [])