Skip to content

Commit 91bbbe4

Browse files
committed
continue debug
1 parent 7efc716 commit 91bbbe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_pet/handlers/cloud_handlers/tests/test_file_transfer_handlers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ def test_get(self):
2727

2828
print("STEFAN",
2929
endpoint + base_data_dir[1:] +
30-
'/raw_data/FASTA_QUAL_preprocessing.fna', file=sys.stderr)
30+
'/raw_data/FASTA_QUAL_preprocessing.fna')
3131
obs = self.get_authed(
3232
endpoint + base_data_dir[1:] +
3333
'/raw_data/FASTA_QUAL_preprocessing.fna')
3434
print("STEFAN2", obs.reason)
35+
print("STFAN3", obs.__dict__)
3536
self.assertEqual(obs.status_code, 200)
3637
self.assertIn('FLP3FBN01ELBSX length=250 xy=1766_01', str(obs.content))
3738

0 commit comments

Comments
 (0)