diff --git a/nexus/tests/integration_tests/unauthorized_coverage.rs b/nexus/tests/integration_tests/unauthorized_coverage.rs index 796b981c984..72e6be15512 100644 --- a/nexus/tests/integration_tests/unauthorized_coverage.rs +++ b/nexus/tests/integration_tests/unauthorized_coverage.rs @@ -102,6 +102,8 @@ fn test_unauthorized_coverage() { } } + println!("-----"); + // If you're here because this assertion failed, we found an endpoint tested // by "unauthorized.rs" that's not in the OpenAPI spec. It's not clear why // this would ever happen.