full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
♻️ Fix tests when first superuser password is changed in .env
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