提交 de8c7231 编写于 作者: J João Cunha

Fix specs that were masked by returning 204 for wrong reasons

上级 1d17f2ce
......@@ -101,7 +101,7 @@ describe Admin::Clusters::ApplicationsController do
is_expected.to have_http_status(:no_content)
expect(cluster.application_cert_manager).to be_scheduled
expect(cluster.reload.application_cert_manager).to be_scheduled
end
end
......
......@@ -109,7 +109,7 @@ describe Groups::Clusters::ApplicationsController do
is_expected.to have_http_status(:no_content)
expect(cluster.application_cert_manager).to be_scheduled
expect(cluster.reload.application_cert_manager).to be_scheduled
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册