update docstring
[htsworkflow.git] / experiments / test_experiments.py
index e3c923ca30c5d96b182f2644f58a739284343072..ebbaf40cb24093276eef90ece9fe4d55bbe0e879 100644 (file)
@@ -11,6 +11,7 @@ from six.moves.urllib.parse import urljoin
 from django.conf import settings
 from django.core import mail
 from django.core.exceptions import ObjectDoesNotExist
+from django.core.urlresolvers import reverse
 from django.test import TestCase
 from django.utils.encoding import smart_text
 
@@ -161,8 +162,7 @@ class ExperimentsTestCases(TestCase):
         self.assertEqual(response.status_code, 403)
 
     def test_library_id(self):
-        """
-        Library IDs should be flexible, so make sure we can retrive a non-numeric ID
+        """make sure we can retrive a non-numeric library ID
         """
         response = self.client.get('/experiments/config/FC12150/json', apidata)
         self.assertEqual(response.status_code, 200)