提交 c258e55a 编写于 作者: I Illya Klymov

Apply suggestion to spec/frontend/commit/commit_pipeline_status_component_spec.js

上级 95c22ea4
......@@ -110,7 +110,7 @@ describe('Commit pipeline status component', () => {
describe('is successful', () => {
beforeEach(() => {
pollConfig.successCallback({
data: { pipelines: [{ details: { status: mockCiStatus } }] },
data: { pipelines: [...pipelines[0]] },
});
return wrapper.vm.$nextTick();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册