Skip to content

Commit

Permalink
Update python/python/tests/test_async_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
GumpacG and Yury-Fridlyand committed Jul 1, 2024
1 parent abcef70 commit 205eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/tests/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8433,7 +8433,7 @@ async def test_hscan(self, redis_client: GlideClusterClient):
assert len(result[result_collection_index]) >= 0

# Exceptions
# Non-set key
# Non-hash key
assert await redis_client.set(key2, "test") == OK
with pytest.raises(RequestError):
await redis_client.hscan(key2, initial_cursor)
Expand Down

0 comments on commit 205eab7

Please sign in to comment.