Skip to content

Commit

Permalink
Fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 15, 2024
1 parent 056af80 commit b874461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

env:
PYTHONPATH: 'plugins/pdr_deterministic_plugin/ufm_sim_web_service'
PYTHONPATH: '.:plugins/pdr_deterministic_plugin/ufm_sim_web_service'

steps:
- name: Checkout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_get_from_empty_exclude_list():
"""
Create exclude list and ensure its empty via its method
"""
print("Test 1")
print("Test 2")
logger = create_logger(Constants.LOG_FILE)
exclude_list = ExcludeList(logger)
items = exclude_list.items()
Expand Down

0 comments on commit b874461

Please sign in to comment.