Skip to content

Commit fe5e119

Browse files
committed
Resolving flake issue
1 parent c938fbd commit fe5e119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nirfsg/system_tests/test_system_nirfsg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def grpc_channel(self):
668668
with system_test_utilities.GrpcServerProcess(config_file_path) as proc:
669669
print(f"[FIXTURE] grpc_channel: GrpcServerProcess created, server_port = {proc.server_port}")
670670
channel = grpc.insecure_channel(f"localhost:{proc.server_port}")
671-
print(f"[FIXTURE] grpc_channel: Channel created, yielding...")
671+
print("[FIXTURE] grpc_channel: Channel created, yielding...")
672672
yield channel
673673
print("[FIXTURE] grpc_channel: Cleaning up...")
674674

0 commit comments

Comments
 (0)