Skip to content
Snippets Groups Projects
Commit 62378b2a authored by David Trattnig's avatar David Trattnig
Browse files

Removed test doc.

parent 087e88b7
No related branches found
No related tags found
No related merge requests found
...@@ -131,16 +131,6 @@ spec = APISpec( ...@@ -131,16 +131,6 @@ spec = APISpec(
class TrackServiceSchema(ma.Schema): class TrackServiceSchema(ma.Schema):
"""A cute furry animal endpoint.
---
get:
description: Get a random pet
responses:
200:
content:
application/json:
schema: PetSchema
"""
class Meta: class Meta:
fields = ("id", "schedule_start", "track_start", "fallback", "artist", "title", "album", "duration") fields = ("id", "schedule_start", "track_start", "fallback", "artist", "title", "album", "duration")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment