Skip to content
Snippets Groups Projects
Commit 628223e9 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Fix incorrect capability-complete notification

parent e5e54ae6
No related branches found
No related tags found
1 merge request!762Fix incorrect capability-complete notification
Pipeline #4255 passed
......@@ -130,7 +130,7 @@ class SingleQAStateMachine(StateMachine):
],
},
"Awaiting QA": {
("Ingesting", "qa-pass"): [QaPass(), SendMessage(arguments="execution_complete")],
("Ingesting", "qa-pass"): [QaPass()],
("Failed", "qa-fail"): [QaFail(), SendMessage(arguments="execution_failed")],
("Failed", "qa-complete"): [],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment