Skip to content

Commit

Permalink
Add print statement for http server start
Browse files Browse the repository at this point in the history
  • Loading branch information
samanhappy committed Jan 12, 2024
1 parent 9820422 commit 802d1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probe/websocket/ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestWSPing(t *testing.T) {
log.Fatal(err)
} else {

Check warning on line 50 in probe/websocket/ws_test.go

View workflow job for this annotation

GitHub Actions / Code Lint

if block ends with call to log.Fatal function, so drop this else and outdent its block
log.Printf("http server started")
fmt.Printf("http server started")
}
}()

Expand Down

0 comments on commit 802d1d5

Please sign in to comment.