Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Oct 2, 2023
1 parent d668af2 commit 74a4c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion openedx/testing/coverage_context_listener/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(self, config):
def pytest_configure(config):
config.pluginmanager.register(RemoteContextPlugin(config), "remotecontextplugin")


def pytest_addoption(parser):
group = parser.getgroup("coverage")
group.addoption(
Expand Down

0 comments on commit 74a4c88

Please sign in to comment.