summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-11-03 09:57:05 +0100
committerMarin Jankovski <maxlazio@gmail.com>2014-11-03 09:57:05 +0100
commitfe610ff576fa5bac0b875309f137b471e7fe7e50 (patch)
tree2cede49b6c4d124e5486588fddbff802dec9165b /features
parent1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff)
parent7b339e61e8e4a93798807f3c90bf7179a0ecd28b (diff)
downloadgitlab-ce-fe610ff576fa5bac0b875309f137b471e7fe7e50.tar.gz
Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_url
update slack-notifier for new webhook_url format
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/services.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/services.rb b/features/steps/project/services.rb
index 17d62210d10..d5d58070d86 100644
--- a/features/steps/project/services.rb
+++ b/features/steps/project/services.rb
@@ -109,12 +109,12 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
step 'I fill Slack settings' do
check 'Active'
- fill_in 'Webhook', with: 'https://gitlabhq.slack.com/services/hooks?token=cdIj4r4LfXUOySDUjp0tk3OI'
+ fill_in 'Webhook', with: 'https://hooks.slack.com/services/SVRWFV0VVAR97N/B02R25XN3/ZBqu7xMupaEEICInN685'
click_button 'Save'
end
step 'I should see Slack service settings saved' do
- find_field('Webhook').value.should == 'https://gitlabhq.slack.com/services/hooks?token=cdIj4r4LfXUOySDUjp0tk3OI'
+ find_field('Webhook').value.should == 'https://hooks.slack.com/services/SVRWFV0VVAR97N/B02R25XN3/ZBqu7xMupaEEICInN685'
end
step 'I click Pushover service link' do