Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[fix] Fixed tests failing due to openwisp-notification 1.0.2 #670

Merged
merged 1 commit into from
Jul 4, 2022

Commits on Jul 4, 2022

  1. [fix] Fixed tests failing due to openwisp-notification 1.0.2

    Bug:
    In openwisp-notification 1.0.2, the operation for creating notification
    settings when an organization is created is wrapped in transaction.on_commit.
    Tests which relied on this functionality and which inherited from
    TestCase class were failing.
    
    Fix:
    Moved these tests to test class which inherits from TransactionTestCase.
    pandafy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    427f1ba View commit details
    Browse the repository at this point in the history