Skip to content

Commit

Permalink
Fix tests after merging with gbarillot/rails-vue-demo-app#4
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrbyk committed Jun 19, 2018
1 parent d259c91 commit f46af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/admin/musicians_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
sign_in users(:admin)
delete api_admin_musician_path(musicians(:one).id)

assert_equal 200, last_response.status
assert_equal 204, last_response.status
end
end
end
Expand Down

0 comments on commit f46af23

Please sign in to comment.