Skip to content

Commit

Permalink
SNOW-947731 Remove accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Jul 26, 2024
1 parent 687282b commit c66ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suit/test_confluent_protobuf_protobuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def verify(self, round):
r'{"deviceID":"555-4321","enabled":true},"double_array_val":' \
r'[0.3333333333333333,32.21,4.343243210000000e+08],"float_val":4321.432,' \
r'"int32_val":2147483647,"reading":321.321,"sint32_val":2147483647,"sint64_val":9223372036854775807,' \
r'"uint32_val":4294967295,"uint64_val":-1},"offset":\d*,"partition":\d*,"topic":"travis_correct_confluent_protobuf_protobuf....."}'
r'"uint32_val":4294967295,"uint64_val":-1},"offset":\d*,"partition":\d*,"topic":"travis_correct_confluent_protobuf_protobuf_\w*"}'
goldContent = r'{"bytes_val":"3q0=","dateTime":1234,"device":{"deviceID":"555-4321","enabled":true},"double_array_val":' \
r'[0.3333333333333333,32.21,4.343243210000000e+08],"float_val":4321.432,"int32_val":2147483647,' \
r'"reading":321.321,"sint32_val":2147483647,"sint64_val":9223372036854775807,"uint32_val":4294967295,"uint64_val":-1}'
Expand Down

0 comments on commit c66ea04

Please sign in to comment.