Skip to content

Commit dd4ab81

Browse files
committed
fix up browser integration test
1 parent 7a2110e commit dd4ab81

File tree

2 files changed

+1
-782
lines changed

2 files changed

+1
-782
lines changed

example/browser/src/listen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import status from './status';
99

1010
export default (messageTemplate) => {
1111
// Open a WebSocket connection to Seq
12-
var incoming = new WebSocket('ws://localhost:5341/api/events/stream');
12+
var incoming = new WebSocket('ws://localhost:5341/api/events/stream?clef');
1313

1414
// When the socket receives incoming event data, look for our log event
1515
incoming.addEventListener('message', (msg) => {

0 commit comments

Comments
 (0)