update nightly test cases (#27911)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/27927/head
nico 2023-10-25 17:18:12 +08:00 committed by GitHub
parent a951c7570f
commit de26231976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7438,7 +7438,6 @@ class TestCollectionRangeSearch(TestcaseBase):
if _async:
res.done()
res = res.result()
assert len(res[0][0].entity._row_data) != 0
assert default_int64_field_name in res[0][0].fields
@pytest.mark.tags(CaseLabel.L2)