From 23f863e9ac174274284b5154cb5d2928a95f9d6a Mon Sep 17 00:00:00 2001 From: hammadb Date: Fri, 15 Dec 2023 17:00:18 -0800 Subject: [PATCH] cleanup --- rust/worker/src/config.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/worker/src/config.rs b/rust/worker/src/config.rs index ba82c6f9b88b..f95f8c8ab91c 100644 --- a/rust/worker/src/config.rs +++ b/rust/worker/src/config.rs @@ -148,7 +148,7 @@ mod tests { ingest: queue_size: 100 sysdb: - GrpcSysDb: + Grpc: host: "localhost" port: 50051 @@ -187,7 +187,7 @@ mod tests { ingest: queue_size: 100 sysdb: - GrpcSysDb: + Grpc: host: "localhost" port: 50051 @@ -241,7 +241,7 @@ mod tests { ingest: queue_size: 100 sysdb: - GrpcSysDb: + Grpc: host: "localhost" port: 50051 @@ -276,7 +276,7 @@ mod tests { ingest: queue_size: 100 sysdb: - GrpcSysDb: + Grpc: host: "localhost" port: 50051 "#,