Skip to content

Commit

Permalink
test: trigger integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 27, 2024
1 parent bf5eb4a commit e516b86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ jobs:
fixtures_file: 'fixtures/initial_data.json'
openedx_imports_test_file_path: 'eox_core/edxapp_wrapper/tests/integration/test_backends.py'
openedx_imports_test_function_name: 'test_current_settings_code_imports'

1 change: 1 addition & 0 deletions eox_core/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ def plugin_settings(settings): # pylint: disable=function-redefined
"CLIENT_SECRET": "client_secret",
"DEMO_COURSE_ID": os.environ.get("DEMO_COURSE_ID", "course-v1:OpenedX+DemoX+DemoCourse")
}

0 comments on commit e516b86

Please sign in to comment.