Skip to content

Commit

Permalink
chore: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Jul 31, 2023
1 parent 6acca7c commit fb838a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions enterprise_catalog/apps/api/v1/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -816,14 +816,14 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin):
"programs": [

],
"program_titles":[
"program_titles": [

],
"short_description":"<p>Respond to unique industry challenges",
"subjects":[
"short_description": "<p>Respond to unique industry challenges",
"subjects": [
"Business & Management"
],
"skills":[
"skills": [
{
"name": "Finance",
"description": "",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -897,7 +897,7 @@ class EnterpriseCatalogWorkbookViewTests(APITestMixin):
]
}
},
"skill_names":[
"skill_names": [
{
"value": "People Management",
"matchLevel": "none",
Expand Down

0 comments on commit fb838a7

Please sign in to comment.