Skip to content

Commit

Permalink
try github testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro benassi trenta committed Dec 23, 2023
1 parent 786c2f9 commit 09fbfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-real-ip-overwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// no changes
func TestDemoNoCF(t *testing.T) {
cfg := x_real_ip_overwrite.CreateConfig()
cfg := XRealIPOverwriter.CreateConfig()

Check failure on line 14 in x-real-ip-overwriter_test.go

View workflow job for this annotation

GitHub Actions / Go (1.19, ubuntu-latest)

XRealIPOverwriter.CreateConfig undefined (type XRealIPOverwriter has no field or method CreateConfig)

Check failure on line 14 in x-real-ip-overwriter_test.go

View workflow job for this annotation

GitHub Actions / Go (1.19, macos-latest)

XRealIPOverwriter.CreateConfig undefined (type XRealIPOverwriter has no field or method CreateConfig)

Check failure on line 14 in x-real-ip-overwriter_test.go

View workflow job for this annotation

GitHub Actions / Go (1.x, ubuntu-latest)

XRealIPOverwriter.CreateConfig undefined (type XRealIPOverwriter has no field or method CreateConfig)

Check failure on line 14 in x-real-ip-overwriter_test.go

View workflow job for this annotation

GitHub Actions / Go (1.x, macos-latest)

XRealIPOverwriter.CreateConfig undefined (type XRealIPOverwriter has no field or method CreateConfig)

ctx := context.Background()
next := http.HandlerFunc(func(rw http.ResponseWriter, req *http.Request) {})
Expand Down

0 comments on commit 09fbfdf

Please sign in to comment.