Skip to content

Commit

Permalink
test: fix KeyError in test_rest_streaming.py (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 29, 2022
1 parent 64802e1 commit 1ce2e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_rest_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from google.protobuf import timestamp_pb2


__protobuf__ = proto.module(package=__name__)
SEED = int(time.time())
logging.info(f"Starting rest streaming tests with random seed: {SEED}")
random.seed(SEED)
Expand Down

0 comments on commit 1ce2e54

Please sign in to comment.