This commit is contained in:
Josh Soref
2024-09-13 05:40:04 -04:00
committed by GitHub
parent 71d4b3b13c
commit d547b943df
39 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func TestDepthStrategy_GetIP(t *testing.T) {
expected: "10.0.0.3",
},
{
desc: "Use non existing depth in XForwardedFor",
desc: "Use nonexistent depth in XForwardedFor",
depth: 2,
xForwardedFor: "",
expected: "",