Browse Source

Fixed broken test

bc Wong 15 years ago
parent
commit
afe45395e5
1 changed files with 1 additions and 1 deletions
  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
     resp = self.client.post('/beeswax/install_examples')
     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):