mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 22:19:49 +00:00
fix type
This commit is contained in:
@@ -27,4 +27,4 @@ def test_parse_type():
|
||||
qb.parse_type("invalid")
|
||||
|
||||
result = qb.parse_type("custom")
|
||||
assert result == {"match": {"playlist_type.keyword": "custom"}}
|
||||
assert result == {"match": {"playlist_type": "custom"}}
|
||||
|
||||
Reference in New Issue
Block a user