Commit 603c748c authored by Mike Greiling's avatar Mike Greiling Committed by Thong Kuah

Remove trailing commas to satisfy rubocop

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment