edbennett / cogs3

Project Management System
MIT License
0 stars 2 forks source link

Test that FundingsourceDetailView redirects with an invalid user #124

Closed markgdawson closed 5 years ago

markgdawson commented 5 years ago

Using the django client we need to test that we get a redirect to list-attributions when we try to get this view with a user which isn't in the list of users for this funding source.

Ideally there should be a test for the opposite (i.e. a user is in the funding source)