From ae685116f0df076df92ce86a185002233d0c5b47 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 26 Sep 2014 11:27:33 +0200 Subject: [PATCH] Fix unit test for renaming in parent commit --- tests/test_services_soap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_services_soap.py b/tests/test_services_soap.py index 5735e9be..cc1ce8c0 100644 --- a/tests/test_services_soap.py +++ b/tests/test_services_soap.py @@ -660,7 +660,7 @@ facilisi.""" with bz2.BZ2File(path) as f: data = f.read() - result = self._call('upLoadGenBankLocalFile', data) + result = self._call('uploadGenBankLocalFile', data) ud = str(result) r = self._call('runMutalyzer', ud + '(SDHD):g.7872G>T') -- GitLab