Skip to content
代码片段 群组 项目
提交 0fffa7ef 编辑于 作者: Linjie Zhang's avatar Linjie Zhang 提交者: Peter Leitzen
浏览文件

Replace hardcoded URL in code suggestion spec

上级 50662b89
No related branches found
No related tags found
无相关合并请求
......@@ -124,7 +124,7 @@
it 'proxy request to saas' do
expect(Gitlab::Workhorse).to receive(:send_url)
.with(
'https://gitlab.com/api/v4/code_suggestions/tokens',
"#{Gitlab::Saas.com_url}/api/v4/code_suggestions/tokens",
include(headers: include("Authorization" => ["Bearer ai_access_token"]))
)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册