Skip to content

Commit

Permalink
Fixed typo for unit test, replaced auth_connect with auto_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 5, 2024
1 parent fe1d084 commit 6ec2ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shared/client_initializer_behaviour.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def rest?
end

context 'with token' do
let(:client_options) { { token: 'token', auth_connect: false } }
let(:client_options) { { token: 'token', auto_connect: false } }

it 'sets the token' do
expect(subject.auth.current_token_details.token).to eql('token')
Expand Down

0 comments on commit 6ec2ff4

Please sign in to comment.