From d947486540096ba4db53e1764ad54e74448f08f9 Mon Sep 17 00:00:00 2001 From: Mirac Kara <55501260+mirackara@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:57:56 -0500 Subject: [PATCH] Integration Tests for Custom Events Limit Updates (#552) * Added Integration Tests to Harvest Cycle Co-authored-by: mirackara Co-authored-by: Emilio Garcia --- .github/workflows/ci.yaml | 2 -- v3/internal/connect_reply.go | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e98575f41..714f0e932 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/v3/internal/connect_reply.go b/v3/internal/connect_reply.go index 0987b0032..44772a3e4 100644 --- a/v3/internal/connect_reply.go +++ b/v3/internal/connect_reply.go @@ -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()