fix: review changes

This commit is contained in:
Irtaza Akram
2024-04-02 14:19:34 +05:00
parent 834384c88e
commit acc86dd3fd
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ jobs:
if: (github.repository == 'edx/edx-platform-private') || (github.repository == 'openedx/edx-platform' && (startsWith(github.base_ref, 'open-release') == false))
runs-on: [ edx-platform-runner ]
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"

View File

@@ -69,7 +69,6 @@ class DiscussionXBlockImportExportTests(TestCase):
self.runtime_mock = mock.Mock(spec=Runtime)
self.runtime_mock.construct_xblock_from_class = mock.Mock(side_effect=self._construct_xblock_mock)
self.runtime_mock.get_policy = mock.Mock(return_value={})
self.id_generator = mock.Mock()
def _construct_xblock_mock(self, cls, keys): # pylint: disable=unused-argument
"""