Commit c9c46e67 authored by Mike Greiling's avatar Mike Greiling Committed by Kamil Trzciński

Remove trailing commas to satisfy rubocop

parent c12dc6f5
......@@ -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