Skip to content

Commit 3fce312

Browse files
committed
remove debug and fix codestyle
1 parent 2342304 commit 3fce312

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

qiita_pet/handlers/cloud_handlers/tests/test_file_transfer_handlers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from unittest import main
22
from os.path import exists, basename
33
from os import remove
4-
import sys
54
import filecmp
65

76
from qiita_db.handlers.tests.oauthbase import OauthTestingBase
@@ -25,14 +24,9 @@ def test_get(self):
2524
self.assertEqual(obs.status_code, 403)
2625
self.assertIn('The requested file is not present', obs.reason)
2726

28-
print("STEFAN",
29-
endpoint + base_data_dir[1:] +
30-
'/raw_data/FASTA_QUAL_preprocessing.fna')
3127
obs = self.get_authed(
3228
endpoint + base_data_dir[1:] +
3329
'/raw_data/FASTA_QUAL_preprocessing.fna')
34-
print("STEFAN2", obs.reason)
35-
print("STFAN3", obs.__dict__)
3630
self.assertEqual(obs.status_code, 200)
3731
self.assertIn('FLP3FBN01ELBSX length=250 xy=1766_01', str(obs.content))
3832

0 commit comments

Comments
 (0)