Skip to content

Commit

Permalink
chore: remove focus switch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed Feb 9, 2023
1 parent f824a2f commit 27e406c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/auth0/api/authentication_endpoints_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
end
end

context 'exchange_sms_otp_for_tokens', focus: true do
context 'exchange_sms_otp_for_tokens' do
it 'requests the tokens using an OTP from SMS' do
expect(RestClient::Request).to receive(:execute) do |arg|
expect(arg).to match(
Expand Down Expand Up @@ -335,7 +335,7 @@
end
end

context 'exchange_email_otp_for_tokens', focus: true do
context 'exchange_email_otp_for_tokens' do
it 'requests the tokens using email OTP' do
expect(RestClient::Request).to receive(:execute) do |arg|
expect(arg).to match(
Expand Down

0 comments on commit 27e406c

Please sign in to comment.