Skip to content

Commit

Permalink
[test] Since e73b244 node change state is after Scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Dec 5, 2024
1 parent cd029b3 commit 8ba3180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/test_almighty.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_almighty_state_Qget(command, state, monkeypatch):
@pytest.mark.parametrize(
"state_in, state_out, called_cmd",
[
("Scheduler", "Time update", KAO), # Scheduler_1
("Scheduler", "Change node state", KAO), # Scheduler_1
("Check for villains", "Time update", SARKO),
("Check node states", "Time update", FINAUD),
("Leon", "Time update", LEON), # Leon 1
Expand Down

0 comments on commit 8ba3180

Please sign in to comment.