Skip to content

Commit 62bc4f7

Browse files
committed
Fix broken unit test
1 parent 2580553 commit 62bc4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_search_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_index_search_request():
265265
== '{"dsl": {"from": 0, "size": 100, "track_total_hits": true, '
266266
'"post_filter": {"term": {"databaseName.keyword": '
267267
'{"value": "ATLAN_SAMPLE_DATA"}}}, "query": {"term": {"__typeName.keyword": {"value": "Schema"}}}}, '
268-
'"attributes": ["schemaName", "databaseName"]}'
268+
'"attributes": ["schemaName", "databaseName"], "relationAttributes": []}'
269269
)
270270

271271

0 commit comments

Comments
 (0)