Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a crashing NotFound #41

Merged
merged 1 commit into from Oct 2, 2015
Merged

Fix a crashing NotFound #41

merged 1 commit into from Oct 2, 2015

Conversation

rossjones
Copy link
Contributor

The controller was calling an action function that might raise a NotFound exception from package_show deeper down the stack.

This provides a fix, and a test that requests a new UUID (so that it will be not found) and we expect a 404.

Fixes #40

The controller was calling an action function that might raise a
NotFound exception from package_show deeper down the stack.

This provides a fix, and a test.
@amercader amercader merged commit 66dda61 into master Oct 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled NotFound exception
2 participants