Skip to content

Commit e3d6e7e

Browse files
committed
tests: change port
1 parent 8357d42 commit e3d6e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var _ = Describe("Server", func() {
3131
mockProxy = NewMockProxy(ctrl)
3232
cfg = config.Server{
3333
Host: "localhost",
34-
Port: 6014,
34+
Port: 6024,
3535
}
3636
server = NewServer(cfg, mockProxy)
3737
ctx, cancel = context.WithCancel(context.Background())

0 commit comments

Comments
 (0)