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: ...@@ -75,9 +75,7 @@ paths:
style: simple style: simple
explode: false explode: false
schema: schema:
minimum: 1
type: integer type: integer
format: int32
responses: responses:
"200": "200":
description: Track matching the given ID description: Track matching the given ID
......
...@@ -29,7 +29,7 @@ class TestPublicController(BaseTestCase): ...@@ -29,7 +29,7 @@ class TestPublicController(BaseTestCase):
Get a single track by ID Get a single track by ID
""" """
response = self.client.open( 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') method='GET')
self.assert200(response, self.assert200(response,
'Response body is : ' + response.data.decode('utf-8')) '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