Skip to content

Commit

Permalink
fix: exclude sensitive check in automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Nov 11, 2023
1 parent 48155e6 commit 254497f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/rs/zerolog/log"

"treehole_next/config"
. "treehole_next/models"
)

Expand All @@ -16,6 +17,8 @@ func init() {
initTestTags()
initTestFavorites()
initTestReports()

config.Config.OpenSensitiveCheck = false
}

func initTestDivision() {
Expand Down

0 comments on commit 254497f

Please sign in to comment.