Skip to content

Commit 018d7dd

Browse files
author
Mladen Rusev
committed
change the port to avoid clash with healthz
1 parent 3acfd9f commit 018d7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func startCoverageServer() {
3333
})
3434

3535
go func() {
36-
if err := http.ListenAndServe("localhost:8081", adminMux); err != nil {
36+
if err := http.ListenAndServe("localhost:8089", adminMux); err != nil {
3737
log.Printf("Admin server failed: %v", err)
3838
}
3939
}()

0 commit comments

Comments
 (0)