Update test.py

This commit is contained in:
Kseniia Sumarokova 2023-03-01 12:35:01 +01:00 committed by GitHub
parent ef58249115
commit adf2d56a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,8 +111,8 @@ def test_read_after_cache_is_wiped(cluster):
# After cache is populated again, only .bin files should be accessed from Blob Storage.
assert (
azure_query(node, f"SELECT * FROM {TABLE_NAME} order by dt, id FORMAT Values")
== values
azure_query(node, f"SELECT * FROM {TABLE_NAME} order by dt, id FORMAT Values").strip()
== "('2021-11-13',3,'hello'),('2021-11-14',4,'heyo')"
)