Skip to content
代码片段 群组 项目
提交 9451da33 编辑于 作者: Quang-Minh Nguyen's avatar Quang-Minh Nguyen
浏览文件

Apply 2 suggestion(s) to 1 file(s)

上级 80acfadf
No related branches found
No related tags found
无相关合并请求
......@@ -140,7 +140,7 @@
)
end
it 'appends exception embeded extra metadata to the payload' do
it 'appends exception embedded extra metadata to the payload' do
allow(exception).to receive(:sentry_extra_data).and_return(
some_other_info: 'another_info',
mr_url: 'https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/1'
......@@ -155,7 +155,7 @@
)
end
it 'filters senstive extra info' do
it 'filters sensitive extra info' do
extra[:my_token] = '456'
allow(exception).to receive(:sentry_extra_data).and_return(
mr_url: 'https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/1',
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册