Skip to content
Snippets Groups Projects
Commit a9185c80 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[accounts][tests] Adding tests for TemporaryUrl

parent 4ffd465f
No related branches found
No related tags found
1 merge request!328Improve automatic emails with temporary urls
......@@ -168,6 +168,7 @@ def generate_url_hash():
)
return url_hash
class TemporaryUrlManager(models.Manager):
def create_temporary_url(self, status, supervision_track):
# Actions that result creating the object
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment