Skip to content

Commit

Permalink
chore: temp/quick tests
Browse files Browse the repository at this point in the history
Refs: OPMONDEV-182
  • Loading branch information
melbeltagy committed Jun 11, 2024
1 parent bbcfa45 commit 7848f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
python-version: '3.8'
cache: 'pip'
cache-dependency-path: ./collector_module/setup.py
- name: Install dependencies
run: pip install -r test_requirements.txt
- name: Install tox
Expand Down
8 changes: 4 additions & 4 deletions reports_module/opmon_reports/tests/test_report_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ def basic_args(mocker):
args.start_date = "2017-01-01"
args.end_date = "2017-01-01"
args.language = "en"
args.settings = {
'reports': {
}
}
# args.settings = {
# 'reports': {
# }
# }

return args

Expand Down

0 comments on commit 7848f20

Please sign in to comment.