Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Revert kuksa-client changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Sep 22, 2023
1 parent 8cd4965 commit 4d07fd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kuksa-client/tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@ async def test_get_some_entries(self, unused_tcp_port, val_servicer):
),
])
async with VSSClient('127.0.0.1', unused_tcp_port, ensure_startup_connection=False) as client:
entries = await client.get(entries=(entry for entry in ( # generator is intentional
entries = await client.get(entries=(entry for entry in (
# generator is intentional as get accepts Iterable
EntryRequest('Vehicle.Speed',
View.CURRENT_VALUE, (Field.VALUE,)),
EntryRequest('Vehicle.ADAS.ABS.IsActive',
Expand Down

0 comments on commit 4d07fd3

Please sign in to comment.