From fb838a7f7575f9712442fcb5ef6d83928da9bfac Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Mon, 31 Jul 2023 14:28:26 -0400 Subject: [PATCH] chore: fix linting errors --- .../apps/api/v1/tests/test_views.py | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/enterprise_catalog/apps/api/v1/tests/test_views.py b/enterprise_catalog/apps/api/v1/tests/test_views.py index 955751edf..7a085f58d 100644 --- a/enterprise_catalog/apps/api/v1/tests/test_views.py +++ b/enterprise_catalog/apps/api/v1/tests/test_views.py @@ -752,14 +752,14 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin): "programs": [ "Professional Certificate" ], - "program_titles":[ + "program_titles": [ "Totally Awesome Program" ], - "short_description":"description", - "subjects":[ + "short_description": "description", + "subjects": [ "Math" ], - "skills":[ + "skills": [ { "name": "Probability And Statistics", "description": "description" @@ -816,14 +816,14 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin): "programs": [ ], - "program_titles":[ + "program_titles": [ ], - "short_description":"

Respond to unique industry challenges", - "subjects":[ + "short_description": "

Respond to unique industry challenges", + "subjects": [ "Business & Management" ], - "skills":[ + "skills": [ { "name": "Finance", "description": "", @@ -853,9 +853,9 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin): "course_runs": [ ], - "marketing_url":"https://www.edx.org/course/oxford-leadinaffiliate_partner", - "course_type":"executive-education-2u", - "entitlements":[ + "marketing_url": "https://www.edx.org/course/oxford-leadinaffiliate_partner", + "course_type": "executive-education-2u", + "entitlements": [ { "mode": "paid-executive-education", "price": "2843.00", @@ -897,7 +897,7 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin): ] } }, - "skill_names":[ + "skill_names": [ { "value": "People Management", "matchLevel": "none",