Kaynağa Gözat

Fixed broken test

bc Wong 15 yıl önce
ebeveyn
işleme
afe45395e5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      apps/beeswax/src/beeswax/tests.py

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

@@ -628,7 +628,7 @@ for x in sys.stdin:
     # Now it should complain
     # Now it should complain
     resp = self.client.post('/beeswax/install_examples')
     resp = self.client.post('/beeswax/install_examples')
     assert_true("error" in resp.content)
     assert_true("error" in resp.content)
-    assert_true("Failed to install sample table" in resp.content)
+    assert_true("already exists" in resp.content)
 
 
 
 
   def test_create_table_generation(self):
   def test_create_table_generation(self):