X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=experiments%2Ftest_experiments.py;fp=experiments%2Ftest_experiments.py;h=ebbaf40cb24093276eef90ece9fe4d55bbe0e879;hb=cfb073b0361cd1a5cded4048dd6a416ba3ea1d67;hp=176e38076ac24aa1087a55fe180417a9f254b25a;hpb=e5cc60c8ae9ab138c4b02fc616ff4d6aff0d96a2;p=htsworkflow.git 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)