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

Updated spec.

parent 3647c9e1
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,7 @@ paths:
style: simple
explode: false
schema:
minimum: 1
type: integer
format: int32
responses:
"200":
description: Track matching the given ID
......
......@@ -29,7 +29,7 @@ class TestPublicController(BaseTestCase):
Get a single track by ID
"""
response = self.client.open(
'/AURA-Engine/engine-api/1.0.0/trackservice/{trackId}'.format(track_id=2),
'/AURA-Engine/engine-api/1.0.0/trackservice/{trackId}'.format(track_id=56),
method='GET')
self.assert200(response,
'Response body is : ' + response.data.decode('utf-8'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment