提交 603c748c 编写于 作者: M Mike Greiling 提交者: Thong Kuah

Remove trailing commas to satisfy rubocop

上级 19a99d08
......@@ -280,7 +280,7 @@ describe Groups::ClustersController do
name: 'new-cluster',
platform_kubernetes_attributes: {
api_url: 'http://my-url',
token: 'test',
token: 'test'
}
}
}
......@@ -430,7 +430,7 @@ describe Groups::ClustersController do
{
cluster: {
enabled: false,
name: 'my-new-cluster-name',
name: 'my-new-cluster-name'
}
}
end
......@@ -452,7 +452,7 @@ describe Groups::ClustersController do
{
cluster: {
enabled: false,
name: 'my-new-cluster-name',
name: 'my-new-cluster-name'
}
}
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册