Skip to content

Commit

Permalink
Fix incorrect assertion after bad merge (13fdd35)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Coles <alex@alexbcoles.com>
  • Loading branch information
myabc committed Jul 11, 2014
1 parent 13fdd35 commit 50632a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api/work_package_resource_spec.rb
Expand Up @@ -153,7 +153,7 @@
end

it 'should respond with 401' do

This comment has been minimized.

Copy link
@myabc

myabc Jul 11, 2014

Author Contributor

@ulferts @mtakac I assumed what was in dev was the correct behaviour here (if so, the description should also read 403)

expect(last_response.status).to eq(401)
expect(last_response.status).to eq(403)
end

it 'should respond with explanatory error message' do
Expand Down

0 comments on commit 50632a9

Please sign in to comment.