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
Guillaume committed Jun 19, 2018
1 parent adfec48 commit f9ea533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/admin/musicians_test.rb
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 f9ea533

Please sign in to comment.