Skip to content

Commit

Permalink
Merge pull request #408 from projectdiscovery/issue-407-fix-test
Browse files Browse the repository at this point in the history
Fix integration tests
  • Loading branch information
dogancanbakir authored Oct 31, 2024
2 parents 0af58f4 + c4d84ed commit b1883eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/integration-test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ func main() {

for name, test := range testCases {
// run only gotify test for dependabot
if isDependabot {
fmt.Println("Dependabot is running, skipping test case for", name)
if isDependabot && name != "gotify" {
continue
}
fmt.Printf("Running test cases for \"%s\"\n", aurora.Blue(name))
Expand Down

0 comments on commit b1883eb

Please sign in to comment.