full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

♻️ Fix tests when first superuser password is changed in .env

Open billzhong opened this issue 10 months ago • 0 comments

The test_reset_password test changes user password. It will break other tests becuase get_superuser_token_headers function won't able to get access_token.

It relates to #217

billzhong avatar Apr 09 '24 22:04 billzhong