We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c938fbd commit fe5e119Copy full SHA for fe5e119
1 file changed
src/nirfsg/system_tests/test_system_nirfsg.py
@@ -668,7 +668,7 @@ def grpc_channel(self):
668
with system_test_utilities.GrpcServerProcess(config_file_path) as proc:
669
print(f"[FIXTURE] grpc_channel: GrpcServerProcess created, server_port = {proc.server_port}")
670
channel = grpc.insecure_channel(f"localhost:{proc.server_port}")
671
- print(f"[FIXTURE] grpc_channel: Channel created, yielding...")
+ print("[FIXTURE] grpc_channel: Channel created, yielding...")
672
yield channel
673
print("[FIXTURE] grpc_channel: Cleaning up...")
674
0 commit comments