Skip to content

Commit

Permalink
Fix path issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim committed Nov 29, 2022
1 parent 87d9018 commit f7d1f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_startup_instance(volttron_instance: PlatformWrapper):
assert volttron_instance.is_running()

# Agent install path based upon root of this repository
agent_pth = Path(__file__).parent.parent.parent.resolve().as_posix()
agent_pth = Path(__file__).parent.parent.resolve().as_posix()

vi = volttron_instance
assert vi is not None
Expand Down

0 comments on commit f7d1f91

Please sign in to comment.