Skip to content

Commit

Permalink
KAB-46 fix dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfejfar committed Apr 24, 2024
1 parent 2a4e1dc commit 8e257dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/functional/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,14 @@ def test_table_with_metadata(self):
'key': 'test_table_with_metadata',
'value': 'success'
}],
columns_metadata={
[{
columns_metadata=[
{
'key': 'test_column_with_metadata',
'value': 'success',
'columnName': 'col1'
}]
})
}
]
)

table_info = self.tables.detail(table_id)
with self.subTest("Test metadata key in response"):
Expand Down

0 comments on commit 8e257dd

Please sign in to comment.