Skip to content

Commit 65ce4fa

Browse files
author
Teddy Reed
committed
Fix table API test
1 parent 0bdfa8b commit 65ce4fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_table_plugin.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ def test_routes_are_correct(self):
5353
"""Tests to ensure that a plugins routes are correct"""
5454
expected = [
5555
{
56+
"id": "column",
57+
"op": "0",
5658
"type": "TEXT",
5759
"name": "foo",
5860
},
5961
{
62+
"id": "column",
63+
"op": "0",
6064
"type": "TEXT",
6165
"name": "baz",
6266
},

0 commit comments

Comments
 (0)