Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-11 13:41:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-11 13:41:35 +0400
commit7122a823f859a1201428791e32000c4a8bcc6787 (patch)
tree6336bb24752f3c9758a3ccf4233a63655f95f485 /features/project
parent42d4ed3a40105906b47d694a85d7f453688f93dc (diff)
parent7cefdb49eb460e87e3c3b827af32ae1b6834c4da (diff)
Merge pull request #7393 from Razer6/fix_500_hook_service_down
Prevent 500 if hook url is down when testing a hook, fixes #7376
Diffstat (limited to 'features/project')
-rw-r--r--features/project/hooks.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/hooks.feature b/features/project/hooks.feature
index 52e02a890dd..1a60846a23e 100644
--- a/features/project/hooks.feature
+++ b/features/project/hooks.feature
@@ -24,3 +24,9 @@ Feature: Project Hooks
And I visit project hooks page
When I click test hook button
Then I should see hook error message
+
+ Scenario: I test a hook on down URL
+ Given project has hook
+ And I visit project hooks page
+ When I click test hook button with invalid URL
+ Then I should see hook service down error message