Skip to content

Backend configuration is not properly set in `TaskTestCase`

When testing with TaskTestCase, I have to define both

   config["backend"] = "default"
   context.backend_name = "default"

context should be set from config.

If I do not write the context line, it set to None