Skip to content

Commit 9fee7f2

Browse files
Marenzllucax
andauthored
Apply suggestions from code review
Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 31f3638 commit 9fee7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_managing_actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def __init__(
347347
stream_timeout: timedelta,
348348
) -> None:
349349
assert server_url
350-
assert key is None or auth_key is None
350+
assert key or auth_key
351351
assert call_timeout
352352
assert stream_timeout
353353
super().__init__()

0 commit comments

Comments
 (0)