Skip to content

Commit 53af8a5

Browse files
committed
Remove flake8 whitespace.
1 parent bef3381 commit 53af8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setUpClass(cls):
3030

3131
# client for the swagger API methods
3232
cls.client = WESClient({'auth': '', 'proto': 'http', 'host': 'localhost:8080'})
33-
33+
3434
# manual test (wdl only working locally atm)
3535
cls.manual = False
3636

@@ -58,14 +58,14 @@ def test_dockstore_md5sum(self):
5858
json_input=self.cwl_json_input,
5959
workflow_attachment=self.cwl_attachments)
6060
self.assertTrue(check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
61-
61+
6262
def test_local_md5sum(self):
6363
"""LOCAL md5sum cwl to the wes-service server, and check for the correct output."""
6464
outfile_path, run_id = self.run_md5sum(wf_input=self.cwl_local_path,
6565
json_input=self.cwl_json_input,
6666
workflow_attachment=self.cwl_attachments)
6767
self.assertTrue(check_for_file(outfile_path), 'Output file was not found: ' + str(outfile_path))
68-
68+
6969
def test_run_attachments(self):
7070
"""LOCAL md5sum cwl to the wes-service server, check for attachments."""
7171
outfile_path, run_id = self.run_md5sum(wf_input=self.cwl_local_path,

0 commit comments

Comments
 (0)