Explorar o código

[beeswax] Title of the table page changed

Romain Rigaux %!s(int64=12) %!d(string=hai) anos
pai
achega
2cc6f18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):