Adds missing import and mock

This commit is contained in:
Mouse Reeve
2021-08-03 12:02:47 -07:00
parent 1aff6322ea
commit b059cbdd18
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
""" test for app action functionality """
from unittest.mock import patch
from django.template.response import TemplateResponse
from django.test import TestCase
from django.test.client import RequestFactory