From: Diane Trout Date: Tue, 5 May 2015 23:25:07 +0000 (-0700) Subject: update docstring X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=cfb073b0361cd1a5cded4048dd6a416ba3ea1d67 update docstring --- diff --git a/experiments/test_experiments.py b/experiments/test_experiments.py index 176e380..ebbaf40 100644 --- a/experiments/test_experiments.py +++ b/experiments/test_experiments.py @@ -162,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)