diff options
Diffstat (limited to 'functest/tests/unit/features/test_doctor.py')
-rw-r--r-- | functest/tests/unit/features/test_doctor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/tests/unit/features/test_doctor.py b/functest/tests/unit/features/test_doctor.py index f37a89e1..36bac44f 100644 --- a/functest/tests/unit/features/test_doctor.py +++ b/functest/tests/unit/features/test_doctor.py @@ -21,7 +21,7 @@ class DoctorTesting(unittest.TestCase): logging.disable(logging.CRITICAL) def setUp(self): - self.doctor = doctor.Doctor() + self.doctor = doctor.Doctor(case_name="doctor-notification") def test_init(self): self.assertEqual(self.doctor.project_name, "doctor") |