changeset 271:d202bfcd7b96

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:24:27 +0100
parents 082f35cb4459
children a94b0409fdac
files Plugins/DicomWeb/Run.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/DicomWeb/Run.py	Fri Feb 28 13:12:40 2020 +0100
+++ b/Plugins/DicomWeb/Run.py	Fri Feb 28 13:24:27 2020 +0100
@@ -990,7 +990,7 @@
         self.assertEqual(743 * 975 * 3, len(p[0]))
 
 
-    def test_bitbuck_issue_168(self):
+    def test_bitbucket_issue_168(self):
         # "Plugins can't read private tags from the configuration file"
         # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04)
         # https://bitbucket.org/sjodogne/orthanc/issues/168/