Skip to content

Commit

Permalink
Integration Tests for Custom Events Limit Updates (#552)
Browse files Browse the repository at this point in the history
* Added Integration Tests to Harvest Cycle

Co-authored-by: mirackara <mkara@newrelic.com>
Co-authored-by: Emilio Garcia <iamemilio@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 2, 2022
1 parent 02f034f commit d947486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -51,8 +51,6 @@ jobs:
- go-version: 1.13.x
dirs: _integrations/nrecho
pin: github.com/labstack/echo@v3.3.10
- go-version: 1.13.x
dirs: _integrations/nrgin/v1
- go-version: 1.13.x
dirs: _integrations/nrgorilla/v1
- go-version: 1.13.x
Expand Down
1 change: 1 addition & 0 deletions v3/internal/connect_reply.go
Expand Up @@ -266,6 +266,7 @@ const (
)

// MockConnectReplyEventLimits sets up a mock connect reply to test event limits
// currently only verifies custom insights events
func (r *ConnectReply) MockConnectReplyEventLimits(limits *RequestEventLimits) {
r.SetSampleEverything()

Expand Down

0 comments on commit d947486

Please sign in to comment.