Skip to content

tests: cmd-checklist: fix tests

Majavah requested to merge taavi/rest-f4c5 into main
  • Use JSON bodies instead of form params. Newer Flask version don't
    support form params without specific config, and moving to JSON feels
    like a cleaner solution.
  • Replace many sleeps with a retry mechanism to avoid most race
    conditions.
  • Fix many outdated messages, etc.

Related MRs:

Edited by Majavah

Merge request reports