Skip to content
  • Christos Stavrakakis's avatar
    helpdesk: Fix issue in tests caused by mock · 669782c8
    Christos Stavrakakis authored
    Helpdesk tests patched methods of the 'logic.backend' without reverting
    the patch after the tests. This resulted in module's methods to be globally
    patched, affecting other tests. This commit fixes this issue by using
    the 'mock.patch' context manager that handles patching within the scope
    of a test.
    669782c8