aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/handlers/tests/test_report_handler.py2
-rw-r--r--app/handlers/tests/test_send_handler.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/handlers/tests/test_report_handler.py b/app/handlers/tests/test_report_handler.py
index 401f739..b16f1fb 100644
--- a/app/handlers/tests/test_report_handler.py
+++ b/app/handlers/tests/test_report_handler.py
@@ -11,7 +11,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-"""Test module for the TokenHandler handler."""
+"""Test module for the ReportHandler."""
import mock
import mongomock
diff --git a/app/handlers/tests/test_send_handler.py b/app/handlers/tests/test_send_handler.py
index d615417..98565d4 100644
--- a/app/handlers/tests/test_send_handler.py
+++ b/app/handlers/tests/test_send_handler.py
@@ -11,7 +11,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-"""Test module for the TokenHandler handler."""
+"""Test module for the SendHandler."""
import json
import mock