Base solution for your next web application
Open Closed

How to write application tests when multitenancy enabled? #935


User avatar
0
roidas created

I created application service and tried to write tests for it.

Tests failing while multitenancy is enabled.

Maybe somebody could guide me how to write tests when multitenancy is enabled?

Thank you!


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Multi-tenancy is enabled in AspNet Zero by default and all unit tests are passing. So, can you share more info (like exception message, stacktrace and, your unit test code and app service).