chore(api-client): remove unused v1 api endpoints

This commit is contained in:
jo 2022-08-09 17:08:03 +02:00 committed by Kyle Robbertze
parent e2e03dba4a
commit cefcd8ac12
2 changed files with 0 additions and 46 deletions

View file

@ -84,7 +84,6 @@ def test_request_provider_init():
def test_request_provider_contains():
endpoints = {
"upload_recorded": "/1/",
"update_media_url": "/2/",
}
request_provider = RequestProvider(
base_url="http://localhost/test",