Skip to content

Commit 4260d02

Browse files
committed
Fixing import for DefaultClientInterceptorImpl
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent 3fd0b08 commit 4260d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from unittest.mock import patch, ANY
22

3-
from durabletask.internal.shared import (DefaultClientInterceptorImpl,
4-
get_default_host_address,
3+
from durabletask.internal.shared import (get_default_host_address,
54
get_grpc_channel)
5+
from durabletask.internal.grpc_interceptor import DefaultClientInterceptorImpl
66

77
HOST_ADDRESS = 'localhost:50051'
88
METADATA = [('key1', 'value1'), ('key2', 'value2')]

0 commit comments

Comments
 (0)