Commit 035deb20 by Clinton Blackburn

Added catalog courses endpoint to API gateway acceptance tests

ECOM-4285
parent 649a4cbe
......@@ -12,6 +12,7 @@ class ApiGatewayTests(TestCase):
PATHS = (
'catalogs/',
'catalogs/{id}/'.format(id=CATALOG_ID),
'catalogs/{id}/courses/'.format(id=CATALOG_ID),
)
def get_discovery_api_gateway_url(self, path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment