From fda7d9f53ea548339168e5716677ff72e72f3c5f Mon Sep 17 00:00:00 2001 From: Luke Tucker <64618+ltucker@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:51:09 -0500 Subject: [PATCH] Update diode-server/netboxdiodeplugin/client.go Co-authored-by: Michal Fiedorowicz --- diode-server/netboxdiodeplugin/client.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/diode-server/netboxdiodeplugin/client.go b/diode-server/netboxdiodeplugin/client.go index d15f10d6..3597602a 100644 --- a/diode-server/netboxdiodeplugin/client.go +++ b/diode-server/netboxdiodeplugin/client.go @@ -44,10 +44,10 @@ const ( defaultHTTPTimeoutSeconds = 5 - // NetboxBranchHeader is an HTTP header that indicates the netbox branch to target - NetboxBranchHeader = "X-Netbox-Branch" - // NetboxBranchParam is a query parameter that indicates the netbox branch to target - NetboxBranchParam = "_branch" + // NetBoxBranchHeader is an HTTP header that indicates the NetBox branch to target + NetBoxBranchHeader = "X-NetBox-Branch" + // NetBoxBranchParam is a query parameter that indicates the NetBox branch to target + NetBoxBranchParam = "_branch" ) var (