diff options
-rw-r--r-- | spec/controllers/groups/clusters_controller_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/controllers/groups/clusters_controller_spec.rb b/spec/controllers/groups/clusters_controller_spec.rb index 6be1d300aa4..6e130f830a2 100644 --- a/spec/controllers/groups/clusters_controller_spec.rb +++ b/spec/controllers/groups/clusters_controller_spec.rb @@ -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 |