Fix failing test

This commit is contained in:
benji 2016-02-04 13:48:01 +01:00
parent ccc7b987dd
commit 524f3194ff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe TransactionsController, type: :api do
describe "Authentication" do
it "should require a client authentication key" do
post '/transactions'
expect(last_response.status).to eq(401)
expect(last_response.status).to eq(302)
end
it "should work with valid key" do