projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate failing integration tests

Mzack9999 opened this issue · comments

Notify version:

dev

Current Behavior:

https://github.com/projectdiscovery/notify/actions/runs/4394624953/jobs/7695782120

Run chmod +x action-run.sh
Running test cases for "discord"
[✘] Test "discord" failed: incorrect number of results 
             __  _ ___    
  ___  ___  / /_(_) _/_ __
 / _ \/ _ \/ __/ / _/ // /
/_//_/\___/\__/_/_/ \_, / v1.0.4
                   /___/  
		projectdiscovery.io
Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
hello from notify integration test :)
[ERR] incorrect discord configuration for id: disocord-integration-test 
Running test cases for "slack"
[✘] Test "slack" failed: incorrect number of results 
             __  _ ___    
  ___  ___  / /_(_) _/_ __
 / _ \/ _ \/ __/ / _/ // /
/_//_/\___/\__/_/_/ \_, / v1.0.4
                   /___/  
		projectdiscovery.io
Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
hello from notify integration test :)
[ERR] failed to send slack notification for id: slack-integration-test : invalid slack token format
Running test cases for "custom"
[✘] Test "custom" failed: incorrect number of results 
             __  _ ___    
  ___  ___  / /_(_) _/_ __
 / _ \/ _ \/ __/ / _/ // /
/_//_/\___/\__/_/_/ \_, / v1.0.4
                   /___/  
		projectdiscovery.io
Use with caution. You are responsible for your actions
Developers assume no liability and are not responsible for any misuse or damage.
hello from notify integration test :)
[ERR] failed to send custom notification for id: custom-integration-test : Post "": unsupported protocol scheme ""
Error: Process completed with exit code 1.

Expected Behavior:

Successful integration tests

Steps To Reproduce:

Issue any PR on dev branch