diff --git a/ecommerce/extensions/api/v2/tests/views/test_publication.py b/ecommerce/extensions/api/v2/tests/views/test_publication.py index af528cafc52..ae55f02e767 100644 --- a/ecommerce/extensions/api/v2/tests/views/test_publication.py +++ b/ecommerce/extensions/api/v2/tests/views/test_publication.py @@ -524,4 +524,4 @@ def test_mobile_seats_update(self, _, __): self.assertEqual(response.status_code, 200) self.assert_course_saved(self.course_id, expected=updated_data, - enrollment_code_count=1, test_mobile_seats=True) \ No newline at end of file + enrollment_code_count=1, test_mobile_seats=True)