Commit 69adf792 authored by Dylan Griffith's avatar Dylan Griffith

Fix clusters_controller_spec (#42643)

parent 3b320d67
...@@ -92,8 +92,8 @@ describe Projects::ClustersController do ...@@ -92,8 +92,8 @@ describe Projects::ClustersController do
expect(response).to match_response_schema('cluster_status') expect(response).to match_response_schema('cluster_status')
end end
it 'invokes sync_details on each application' do it 'invokes schedule_status_update on each application' do
expect_any_instance_of(Clusters::Applications::Ingress).to receive(:sync_details) expect_any_instance_of(Clusters::Applications::Ingress).to receive(:schedule_status_update)
go go
end 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