Remove the old buildqueue API

No longer used by autobuild
This commit is contained in:
Christoph Reiter
2021-08-26 08:07:42 +02:00
parent 8d011d0e72
commit 13fb300840
2 changed files with 1 additions and 166 deletions

View File

@@ -17,4 +17,4 @@ def client():
def test_api(client):
client.get('/api/buildqueue').raise_for_status()
client.get('/api/buildqueue2').raise_for_status()