chore: fix tests

This commit is contained in:
salman2013
2023-10-02 16:51:12 +05:00
parent d668af2fce
commit 74a4c88c3d
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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(