Simplify subscribe path helper calls
This commit is contained in:
parent
4a62dac9c0
commit
1f4c298f76
2 changed files with 2 additions and 2 deletions
|
@ -2592,7 +2592,7 @@ module Api
|
|||
|
||||
# bad changeset id
|
||||
assert_no_difference "changeset.subscribers.count" do
|
||||
post api_changeset_subscribe_path(:id => 999111), :headers => auth_header
|
||||
post api_changeset_subscribe_path(999111), :headers => auth_header
|
||||
end
|
||||
assert_response :not_found
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue