mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
endpoint no more loaded in standalone mode
This commit is contained in:
parent
2b7c17b4b3
commit
839df66cc4
1 changed files with 0 additions and 4 deletions
|
|
@ -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, [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue