Authentication Failed In Django Test
In Django I tried to create a user and then I tried to login that user using selenium , but when I run the test it failed , It was showing authentication error. Here is my code :
Solution 1:
So I just figured it out this FN test is using default database rather then test database, so I changed the flow
Post a Comment for "Authentication Failed In Django Test"