Skip to content

Commit 45d0ced

Browse files
committed
Align message with expected test message
1 parent 4f8609d commit 45d0ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/hooks/onInspectionInterceptorResult.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function onInspectionInterceptorResult(
4747
if (isBlockOutboundConnectionResult(result) && !isBypassedIP) {
4848
throw cleanError(
4949
new Error(
50-
`Zen has blocked an outbound HTTP connection: ${result.operation}(...) to ${escapeHTML(result.hostname)}`
50+
`Zen has blocked an outbound connection: ${result.operation}(...) to ${escapeHTML(result.hostname)}`
5151
)
5252
);
5353
}

0 commit comments

Comments
 (0)