Skip to content

Commit 9287d9d

Browse files
author
wallacbe
authored
use COMPRESSED_TEST_RUN in mfg_inspector (#946)
1 parent fdc069c commit 9287d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhtf/output/callbacks/mfg_inspector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def send_mfg_inspector_data(inspector_proto, credentials, destination_url):
5858
"""Upload MfgEvent to steam_engine."""
5959
envelope = guzzle_pb2.TestRunEnvelope()
6060
envelope.payload = zlib.compress(inspector_proto.SerializeToString())
61-
envelope.payload_type = guzzle_pb2.COMPRESSED_MFG_EVENT
61+
envelope.payload_type = guzzle_pb2.COMPRESSED_TEST_RUN
6262
envelope_data = envelope.SerializeToString()
6363

6464
for _ in range(5):

0 commit comments

Comments
 (0)