aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 16:32:23 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 16:32:34 +0100
commit814f9bf50d8711e64cdc4222fe3f48dd1070a0dc (patch)
tree74c345f95bb92197d4de153f813381ad6ccb60cc
parente4a026ec6d49a9aa4cc6455cc3dccc3b46448c4a (diff)
Fix doc string.
Change-Id: I9564988c1f198feb8c854bae9c75ecb7b072518a
-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