Skip to content

Commit

Permalink
[bugfix] typo in tests. squash into previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Oct 13, 2017
1 parent a9d3dce commit a04abff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/controllers/demo_user_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@ class DemoUserControllerTest < ActionDispatch::IntegrationTest
end

it 'should not treat first request as batch request' do
refute @secord_is_batch_request
refute @second_is_batch_request
end

it 'should return auth headers from the first request' do
assert @first_access_token
end

it 'should not treat second request as batch request' do
refute @secord_is_batch_request
refute @second_is_batch_request
end

it 'should not return auth headers from the second request' do
Expand Down

0 comments on commit a04abff

Please sign in to comment.