- get :version, :id => relation.relation_id, :version => relation.version
- assert_response :forbidden, "After redaction, node should be gone for moderator, when flag not passed."
- get :version, :id => relation.relation_id, :version => relation.version, :show_redactions => "true"
- assert_response :success, "After redaction, node should not be gone for moderator, when flag passed."
+ get :version, :id => relation_v3.relation_id, :version => relation_v3.version
+ assert_response :forbidden, "After redaction, relation should be gone for moderator, when flag not passed."
+ get :version, :id => relation_v3.relation_id, :version => relation_v3.version, :show_redactions => "true"
+ assert_response :success, "After redaction, relation should not be gone for moderator, when flag passed."