You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/ratpack/ratpack-1.4/testing/src/main/java/io/opentelemetry/instrumentation/ratpack/server/AbstractRatpackHttpServerTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ public void onComplete() {
266
266
});
267
267
}
268
268
269
-
// TODO(anuraaga): The default Ratpack error handler also returns a 500 which is all we test, so
269
+
// TODO: The default Ratpack error handler also returns a 500 which is all we test, so
270
270
// we don't actually have test coverage ensuring our instrumentation correctly delegates to this
0 commit comments