瀏覽代碼

[beeswax,useradmin] Fix typo

Erick Tryzelaar 10 年之前
父節點
當前提交
f6aacf0f6b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/beeswax/src/beeswax/tests.py
  2. 1 1
      apps/useradmin/src/useradmin/test_ldap.py

+ 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 = []