diff --git a/tests/test_rest.py b/tests/test_rest.py index 0aa0a81..7511452 100644 --- a/tests/test_rest.py +++ b/tests/test_rest.py @@ -71,7 +71,6 @@ def test_get_bpform_properties_circular(self): client = rest.app.test_client() rv = client.post('/api/bpform/', json=dict(alphabet='dna', seq='ACGT', circular=True)) self.assertEqual(rv.status_code, 200) - print(rv.get_json()) self.assertEqual(rv.get_json(), { 'alphabet': 'dna', 'seq': 'ACGT | circular',