Skip to content

Commit 89a4b01

Browse files
committed
Try different port
1 parent 7f0df65 commit 89a4b01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discon-server/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func TestServeWs(t *testing.T) {
1515

16-
const port = 8081
16+
const port = 18080
1717

1818
// connect handler to websocket function
1919
http.HandleFunc("/ws", func(w http.ResponseWriter, r *http.Request) {

0 commit comments

Comments
 (0)