Clean up leftover references to "Djrill"

This commit is contained in:
medmunds
2016-06-01 08:11:47 -07:00
parent 5d417080ee
commit 5d2bc66190
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ UNSET = object()
class RequestsBackendMockAPITestCase(SimpleTestCase, AnymailTestMixin):
"""TestCase that uses Djrill EmailBackend with a mocked Mandrill API"""
"""TestCase that mocks API calls through requests"""
DEFAULT_RAW_RESPONSE = b"""{"subclass": "should override"}"""