diff options
| author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-03-06 12:13:39 +0000 |
|---|---|---|
| committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-03-06 12:13:39 +0000 |
| commit | 498351cfacfc09b5a33281838f0f366a6b2961df (patch) | |
| tree | 6339b8c98c9eb0e2ac34d7c87c74e02b2631434b /spec/models/project_services | |
| parent | 21d539855c6a174f89cf34a93ecca9eb912288bc (diff) | |
| parent | 3b89ebb81c828dec546e32093aeebdeb8a7e1829 (diff) | |
| download | gitlab-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.rb | 2 |
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 |
