Skip to content

Commit eb8d868

Browse files
committed
fix tests
1 parent bc1c0ed commit eb8d868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resource/nginx_instance_operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (i *NginxInstanceOperator) Reload(ctx context.Context, instance *mpi.Instan
115115
slog.InfoContext(ctx, "All NGINX workers have been reloaded")
116116
}
117117

118-
slog.InfoContext(ctx, "NGINX reloaded", "processid", instance.GetInstanceRuntime().GetProcessId())
118+
slog.InfoContext(ctx, "NGINX reloaded", "process_id", instance.GetInstanceRuntime().GetProcessId())
119119

120120
numberOfExpectedMessages := len(errorLogs)
121121

0 commit comments

Comments
 (0)