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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-07-26 18:14:02 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-08-01 13:42:04 +0300
commit12095251c3777c5231cab97854d5dca69d31cc5d (patch)
treeebc87b5e48521c36f358cc9ade98563a8804417d /spec/requests
parent78c6f9a2d6d3211402ca07813871c5b4f1a1dc57 (diff)
Add the message HTML to the UserStatus api
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/api/users_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/requests/api/users_spec.rb b/spec/requests/api/users_spec.rb
index da503897760..d48d577afa1 100644
--- a/spec/requests/api/users_spec.rb
+++ b/spec/requests/api/users_spec.rb
@@ -21,6 +21,7 @@ describe API::Users do
expect(response).to have_gitlab_http_status(:success)
expect(json_response['message']).to be_present
+ expect(json_response['message_html']).to be_present
expect(json_response['emoji']).to be_present
end