Commit 89cc604b authored by allison.browne's avatar allison.browne

Add changelog entry

parent 564df8c5
---
title: Enforce a max size accepted for sentry issues list
merge_request: 19649
author:
type: changed
......@@ -196,7 +196,7 @@ describe Sentry::Client do
it 'raises exception' do
allow(client).to receive(:valid_size?).and_return(false)
expect { subject }.to raise_error(Sentry::Client::ResponseTooBigError, "Sentry API response is too big. Limit is #{Gitlab::Utils::DeepSize.human_default_max_size}.")
expect { subject }.to raise_error(Sentry::Client::ResponseInvalidSizeError, "Sentry API response is too big. Limit is #{Gitlab::Utils::DeepSize.human_default_max_size}.")
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment