mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
(fix): update V17 test expectations to include query attributes and values
The V17 filter now correctly parses cursorAfter/search/isNotNull queries with their full parameters (attribute, values) instead of stripping them to method-only objects. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
348750b6d1
commit
3a2e61224d
@@ -65,9 +65,9 @@ class V17Test extends TestCase
|
||||
],
|
||||
[
|
||||
'queries' => [
|
||||
'{"method":"cursorAfter"}',
|
||||
'{"method":"search"}',
|
||||
'{"method":"isNotNull"}'
|
||||
'{"method":"cursorAfter","values":["exampleId"]}',
|
||||
'{"method":"search","attribute":"name","values":["example"]}',
|
||||
'{"method":"isNotNull","attribute":"name"}'
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user