funding.tests.test_views.FundingSourceDeleteViewTests.test_view_without_user_approval fails; the user is able to access the detail view rather than being redirected
This appears to be a problem in loading the fixtures. The fixture defines this Attribution/FundingSource as being owned by user 1, but somehow by the time the user_passes_test function is reached, the owner has changed to user 7 (who happens to be who we are checking)
funding.tests.test_views.FundingSourceDeleteViewTests.test_view_without_user_approval
fails; the user is able to access the detail view rather than being redirectedThis appears to be a problem in loading the fixtures. The fixture defines this Attribution/FundingSource as being owned by user 1, but somehow by the time the
user_passes_test
function is reached, the owner has changed to user 7 (who happens to be who we are checking)