Skip to content

Commit

Permalink
fix: adjusting fixture call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 12, 2024
1 parent f788b15 commit 7f1b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulators/webots/test_webots.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def cleanup_results():


def test_dynamics_scenarios(launchWebots):
WEBOTS_ROOT = launchWebots()
WEBOTS_ROOT = launchWebots
cleanup_results()
command = f"bash {WEBOTS_ROOT} --no-rendering --minimize {WEBOTS_WORLD_FILE_PATH}"
subprocess.run(command, shell=True)
Expand Down

0 comments on commit 7f1b677

Please sign in to comment.