Skip to content

Commit 1ce2e54

Browse files
authored
test: fix KeyError in test_rest_streaming.py (#373)
1 parent 64802e1 commit 1ce2e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_rest_streaming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from google.protobuf import timestamp_pb2
2929

3030

31+
__protobuf__ = proto.module(package=__name__)
3132
SEED = int(time.time())
3233
logging.info(f"Starting rest streaming tests with random seed: {SEED}")
3334
random.seed(SEED)

0 commit comments

Comments
 (0)