From 1e921e09543b15b80d1cce0d83933f2c10a6acd2 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 13 Jan 2020 19:00:30 +0530 Subject: [Fix] Removing additonal underscore(_) from testcase name. Change-Id: Idcc40442869cb3e44873625887409592d9e0710d Signed-off-by: kshithijiyer --- tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py index 11d9d4d9c..3897fad6e 100644 --- a/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py +++ b/tests/functional/afr/test_self_heal_when_dir_quota_exceeded.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2018 Red Hat, Inc. +# Copyright (C) 2017-2020 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ class HealFilesWhenDirQuotaExceeded(GlusterBaseClass): cls.get_super_method(cls, 'tearDownClass')() - def test_heal_when_dir_quota_exceeded_(self): + def test_heal_when_dir_quota_exceeded(self): # Create a directory to set the quota_limit_usage path = "/dir" g.log.info("Creating a directory") -- cgit