From 572fe53f7c7e00aaf5a92ac179f0e8f7accf73b8 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 17 Dec 2024 14:50:26 -0800 Subject: [PATCH] formatting --- .../ocr2/plugins/ccip/testhelpers/integration/jobspec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/ocr2/plugins/ccip/testhelpers/integration/jobspec.go b/core/services/ocr2/plugins/ccip/testhelpers/integration/jobspec.go index 9c263b9e128..1e0c44866fe 100644 --- a/core/services/ocr2/plugins/ccip/testhelpers/integration/jobspec.go +++ b/core/services/ocr2/plugins/ccip/testhelpers/integration/jobspec.go @@ -91,7 +91,7 @@ func (o *OCR2TaskJobSpec) String() (string, error) { ocr2TemplateString := ` type = "{{ .JobType }}" name = "{{.Name}}" -externalJobID = "{{.ExternalJobID}}" +externalJobID = "{{.ExternalJobID}}" forwardingAllowed = {{.ForwardingAllowed}} {{if .MaxTaskDuration}} maxTaskDuration = "{{ .MaxTaskDuration }}" {{end}}