diff --git a/rust/worker/src/config.rs b/rust/worker/src/config.rs index ba82c6f9b88..f95f8c8ab91 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 "#,