mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-06 16:10:39 +00:00
tests: import fix
This commit is contained in:
parent
6fa8adca7c
commit
9de8822bd7
|
@ -1 +1 @@
|
|||
PLEASE_UPDATE_APP_TEXT = "Your SelfPrivacy app is out of date, please update. Some important functions are not working at the moment."
|
||||
PLEASE_UPDATE_APP_TEXT = "Your SelfPrivacy app is out of date, please update it. Some important functions are not working at the moment."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
from selfprivacy_api.utils import ReadUserData
|
||||
from selfprivacy_api.actions.users import delete_user
|
||||
from selfprivacy_api.repositories.users.json_user_repository import delete_user
|
||||
|
||||
"""
|
||||
A place for user storage tests and other user tests that are not Graphql-specific.
|
Loading…
Reference in a new issue