Эх сурвалжийг харах

[beeswax,useradmin] Fix typo

Erick Tryzelaar 10 жил өмнө
parent
commit
f6aacf0

+ 1 - 1
apps/beeswax/src/beeswax/tests.py

@@ -754,7 +754,7 @@ for x in sys.stdin:
 
   def test_designs(self):
     if is_live_cluster():
-      raise SkipTests('HUE-2902: Skipping because test is not reentrant')
+      raise SkipTest('HUE-2902: Skipping because test is not reentrant')
 
     cli = self.client
 

+ 1 - 1
apps/useradmin/src/useradmin/test_ldap.py

@@ -499,7 +499,7 @@ def test_useradmin_ldap_user_integration():
 
 def test_add_ldap_users():
   if is_live_cluster():
-    raise SkipTests('HUE-2897: Skipping because the DB may not be case sensitive')
+    raise SkipTest('HUE-2897: Skipping because the DB may not be case sensitive')
 
   done = []