Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix: lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartJingga committed Oct 24, 2023
1 parent 9f22d1a commit 2d4d58f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/server/v1/dlq/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
//go:embed fixtures/list_dlq_jobs.json
var listDlqJobsFixtureJSON []byte

// nolint
const (
emailHeaderKey = "X-Auth-Email"
)
Expand Down Expand Up @@ -341,6 +342,7 @@ func TestListDlqJob(t *testing.T) {
})
}

// nolint
func skipTestCreateDlqJob(t *testing.T) {
var (
method = http.MethodPost
Expand Down
1 change: 1 addition & 0 deletions internal/server/v1/dlq/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func TestServiceListDLQJob(t *testing.T) {
})
}

// nolint
func skipTestServiceCreateDLQJob(t *testing.T) {
t.Run("should return ErrFirehoseNotFound if resource cannot be found in entropy", func(t *testing.T) {
// inputs
Expand Down

0 comments on commit 2d4d58f

Please sign in to comment.