Skip to content

Commit

Permalink
Update some other POST_verify_authy spec calls
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed May 9, 2024
1 parent 00aef4e commit 1b64ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/controllers/devise_authy_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
end

it "should not verify a token" do
expect(Authy::API).not_to receive(:verify)
expect_any_instance_of(TwilioInteractor).not_to receive(:login_token_valid?)
post :POST_verify_authy
end
end
Expand Down Expand Up @@ -55,7 +55,7 @@
end

it "should not verify a token" do
expect(Authy::API).not_to receive(:verify)
expect_any_instance_of(TwilioInteractor).not_to receive(:login_token_valid?)
post :POST_verify_authy
end
end
Expand Down

0 comments on commit 1b64ca7

Please sign in to comment.