Commit e61fee3b authored by Bob Van Landuyt's avatar Bob Van Landuyt

Resolve `migrate_gcp_clusters_to_new_clusters_architectures_spec.rb`

[skip-ci]
parent 042330c7
......@@ -57,12 +57,7 @@ describe MigrateGcpClustersToNewClustersArchitectures, :migration do
expect(cluster.provider_type).to eq('gcp')
expect(cluster.platform_type).to eq('kubernetes')
<<<<<<< HEAD
expect(cluster.project_ids).to include(project.id)
=======
expect(cluster.project).to eq(project)
expect(project.clusters).to include(cluster)
>>>>>>> upstream/master
expect(cluster.provider_gcp.cluster).to eq(cluster)
expect(cluster.provider_gcp.status).to eq(status)
......@@ -138,12 +133,7 @@ describe MigrateGcpClustersToNewClustersArchitectures, :migration do
expect(cluster.provider_type).to eq('gcp')
expect(cluster.platform_type).to eq('kubernetes')
<<<<<<< HEAD
expect(cluster.project_ids).to include(project.id)
=======
expect(cluster.project).to eq(project)
expect(project.clusters).to include(cluster)
>>>>>>> upstream/master
expect(cluster.provider_gcp.cluster).to eq(cluster)
expect(cluster.provider_gcp.status).to eq(status)
......
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