Skip to content
Snippets Groups Projects
Commit 0ba306f4 authored by Valery Sizov's avatar Valery Sizov
Browse files

Fix part of Geo::PromoteToPrimaryNode specs

parent c8f5d0ab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,6 +31,7 @@ RSpec.describe Geo::PromoteToPrimaryNode, '#execute' do
 
allow(command).to receive(:run_preflight_checks).and_return(true)
allow(command).to receive(:reconfigure).and_return(true)
allow(command).to receive(:toggle_geo_roles).and_return(true)
allow(command).to receive(:promote_to_primary).and_return(true)
allow(command).to receive(:success_message).and_return(true)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment