Replies: 1 comment
-
I have the same issue and I think it come from this test . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
~
, run:docker compose watch
~/backend
, run:bash ./scripts/test.sh
Result: all test cases pass if env is not edited and has default changethis.
However if I edit the .env and change the values that had
changethis
set, 15 test cases fail, and the first superuser row is deleted from the users table.Every error comes from the post request in
~/backend/app/tests/utils/utils.py
at L23:Before running the tests, it is possible to successfully login with the email and password into the dashboard on :5173.
Operating System
Linux
Operating System Details
Debian 12
Python Version
3.11.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions