Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit ec93caf

Browse files
Fix unit test
Signed-off-by: Michel Hollands <[email protected]>
1 parent e1b3b82 commit ec93caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/util/extract_forwarded_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ func TestGetSourceFromOutgoingCtx(t *testing.T) {
1717
}{
1818
{
1919
name: "No value in key",
20-
key: IPAddressesKey,
20+
key: ipAddressesKey,
2121
value: "",
2222
want: "",
2323
},
2424
{
2525
name: "Value in key",
26-
key: IPAddressesKey,
26+
key: ipAddressesKey,
2727
value: "172.16.1.1",
2828
want: "172.16.1.1",
2929
},

0 commit comments

Comments
 (0)