Browse Source

[beeswax] Title of the table page changed

Romain Rigaux 12 năm trước cách đây
mục cha
commit
2cc6f1859a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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):