Skip to content

Commit

Permalink
Fix wrong port
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-taf committed Dec 16, 2024
1 parent f6003e8 commit d29bba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/process/apiserver/apiserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestLifecycle(t *testing.T) {
))

assert.Eventually(t, func() bool {
res, err := http.Get("http://localhost:6162/config")
res, err := http.Get("http://localhost:43424/config")
if err != nil {
return false
}
Expand Down

0 comments on commit d29bba9

Please sign in to comment.