summaryrefslogtreecommitdiff
path: root/spec/models/project_services
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-03-06 12:13:39 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-03-06 12:13:39 +0000
commit498351cfacfc09b5a33281838f0f366a6b2961df (patch)
tree6339b8c98c9eb0e2ac34d7c87c74e02b2631434b /spec/models/project_services
parent21d539855c6a174f89cf34a93ecca9eb912288bc (diff)
parent3b89ebb81c828dec546e32093aeebdeb8a7e1829 (diff)
downloadgitlab-ce-498351cfacfc09b5a33281838f0f366a6b2961df.tar.gz
Merge branch '26384-improve-omnibus-mattermost-command-installation-flow' into 'master'
Resolve "Improve Omnibus-Mattermost Command installation flow" See merge request !9257
Diffstat (limited to 'spec/models/project_services')
-rw-r--r--spec/models/project_services/mattermost_slash_commands_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/mattermost_slash_commands_service_spec.rb b/spec/models/project_services/mattermost_slash_commands_service_spec.rb
index 598ff232c82..f9531be5d25 100644
--- a/spec/models/project_services/mattermost_slash_commands_service_spec.rb
+++ b/spec/models/project_services/mattermost_slash_commands_service_spec.rb
@@ -92,7 +92,7 @@ describe MattermostSlashCommandsService, :models do
to_return(
status: 200,
headers: { 'Content-Type' => 'application/json' },
- body: ['list'].to_json
+ body: { 'list' => true }.to_json
)
end