# Check the api details for a trace that doesn't exist
def test_api_details_not_found
# Try first with no auth, as it should requure it
get :api_details, :id => 0
assert_response :unauthorized
# Check the api details for a trace that doesn't exist
def test_api_details_not_found
# Try first with no auth, as it should requure it
get :api_details, :id => 0
assert_response :unauthorized