summaryrefslogtreecommitdiff
path: root/spec/requests
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-03-12 17:37:37 +1100
committerTiger <twatson@gitlab.com>2019-03-20 12:04:46 +1100
commit759dab5b69f53a861045ebbc84836f83c7502af2 (patch)
treecf3860848dbcdd4f9b9011232d139b3cec5663a7 /spec/requests
parent42c6ccd2098ec98e5244e743a0c39634f076f66f (diff)
downloadgitlab-ce-759dab5b69f53a861045ebbc84836f83c7502af2.tar.gz
Add feature flag for build preparing state
The flag is on by default, but allows us to revert back to the old behaviour if we encounter any problems.
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/api/project_clusters_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/api/project_clusters_spec.rb b/spec/requests/api/project_clusters_spec.rb
index 9bab1f95150..4e42e233b4c 100644
--- a/spec/requests/api/project_clusters_spec.rb
+++ b/spec/requests/api/project_clusters_spec.rb
@@ -331,7 +331,6 @@ describe API::ProjectClusters do
it 'should update cluster attributes' do
expect(cluster.platform_kubernetes.namespace).to eq('new-namespace')
- expect(cluster.kubernetes_namespace.namespace).to eq('new-namespace')
end
end