Skip to content
Snippets Groups Projects
Unverified Commit c8892297 authored by Peter Leitzen's avatar Peter Leitzen
Browse files

squash! Add specs for EE AlertsService

parent 80d6b214
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,6 +22,7 @@ RSpec.describe AlertsService do
['https://appname.app.opsgenie.com/alert/list', true],
['https://example.com', true],
['http://example.com', true],
['http://0.0.0.0', false],
['http://127.0.0.1', false],
['ftp://example.com', false],
['invalid url', false]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment