Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Nov 7, 2023
1 parent 4f85bde commit 4264c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions gateway/analytics_test.go
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
package gateway

import (
<<<<<<< HEAD
=======
"encoding/base64"
"net/http"
"net/http/httptest"
"strings"
>>>>>>> e4b0f9eb... TT-8934 Fix chunked response analytics (#5495)
"testing"
"time"

"github.com/TykTechnologies/tyk-pump/analytics"
"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/config"
"github.com/TykTechnologies/tyk/test"
"github.com/TykTechnologies/tyk/user"
"github.com/stretchr/testify/assert"
)

<<<<<<< HEAD
=======
func TestAnalytics_Write(t *testing.T) {
test.Flaky(t)
tcs := []struct {
Expand Down Expand Up @@ -521,7 +522,6 @@ func TestAnalytics_Write(t *testing.T) {

}

>>>>>>> e4b0f9eb... TT-8934 Fix chunked response analytics (#5495)
func TestGeoIPLookup(t *testing.T) {
ts := StartTest(nil)
defer ts.Close()
Expand Down
5 changes: 0 additions & 5 deletions gateway/handler_success.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ import (
"strings"
"time"

<<<<<<< HEAD
=======
"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/internal/httputil"

"github.com/TykTechnologies/tyk-pump/analytics"
>>>>>>> e4b0f9eb... TT-8934 Fix chunked response analytics (#5495)
"github.com/TykTechnologies/tyk/config"
"github.com/TykTechnologies/tyk/ctx"
"github.com/TykTechnologies/tyk/headers"
Expand Down

0 comments on commit 4264c08

Please sign in to comment.