Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix tests after merging with #4
  • Loading branch information
Guillaume committed Jun 19, 2018
1 parent ebe9cf1 commit 22e5886
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 22e5886

Please sign in to comment.