summaryrefslogtreecommitdiffstats
path: root/ci/tier_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'ci/tier_handler.py')
-rw-r--r--ci/tier_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/tier_handler.py b/ci/tier_handler.py
index 27b9cbcfd..e50fbe6fd 100644
--- a/ci/tier_handler.py
+++ b/ci/tier_handler.py
@@ -131,7 +131,7 @@ class TestCase:
def get_criteria(self):
return self.criteria
- def get_blocking(self):
+ def is_blocking(self):
return self.blocking
def __str__(self):