Adjusted tests for "hidden" work packages

pull/2802/head
Alexander Bach 10 years ago
parent b1fce713cc
commit 86dd0e0442
  1. 4
      spec/requests/api/v3/work_package_resource_spec.rb

@ -186,7 +186,7 @@ h4. things we like
get get_path
end
it_behaves_like 'unauthorized access'
it_behaves_like 'not found'
end
context 'when acting as an anonymous user' do
@ -195,7 +195,7 @@ h4. things we like
get get_path
end
it_behaves_like 'unauthorized access'
it_behaves_like 'not found'
end
end

Loading…
Cancel
Save