From 74a4c88c3d0ff82c073f9d5034985fa0f6506c0a Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 2 Oct 2023 16:51:12 +0500 Subject: [PATCH] chore: fix tests --- .github/workflows/static-assets-check.yml | 2 +- openedx/testing/coverage_context_listener/pytest_plugin.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/static-assets-check.yml b/.github/workflows/static-assets-check.yml index db8b9ded21..bec7349fe3 100644 --- a/.github/workflows/static-assets-check.yml +++ b/.github/workflows/static-assets-check.yml @@ -65,7 +65,7 @@ jobs: - name: Run Static Assets Check env: LMS_CFG: lms/envs/minimal.yml - CMS_CFG: cms/envs/minimal.yml + CMS_CFG: lms/envs/minimal.yml run: | paver update_assets lms diff --git a/openedx/testing/coverage_context_listener/pytest_plugin.py b/openedx/testing/coverage_context_listener/pytest_plugin.py index 1332516308..28fd90fc6a 100644 --- a/openedx/testing/coverage_context_listener/pytest_plugin.py +++ b/openedx/testing/coverage_context_listener/pytest_plugin.py @@ -17,7 +17,6 @@ class RemoteContextPlugin: def pytest_configure(config): config.pluginmanager.register(RemoteContextPlugin(config), "remotecontextplugin") - def pytest_addoption(parser): group = parser.getgroup("coverage") group.addoption(