Преглед изворни кода

[beeswax] Title of the table page changed

Romain Rigaux пре 12 година
родитељ
комит
2cc6f1859a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/beeswax/src/beeswax/tests.py

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

@@ -913,7 +913,7 @@ for x in sys.stdin:
       # Create was fast
       templates = [_template.filename for _template in resp.template]
       assert_true(any(['describe_table.mako' in template for template in templates]), templates)
-      assert_true('Table my_table' in resp.content, resp.content)
+      assert_true('Table : my_table' in resp.content, resp.content)
 
 
   def test_create_table_timestamp(self):