We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8357d42 commit e3d6e7eCopy full SHA for e3d6e7e
internal/server/server_test.go
@@ -31,7 +31,7 @@ var _ = Describe("Server", func() {
31
mockProxy = NewMockProxy(ctrl)
32
cfg = config.Server{
33
Host: "localhost",
34
- Port: 6014,
+ Port: 6024,
35
}
36
server = NewServer(cfg, mockProxy)
37
ctx, cancel = context.WithCancel(context.Background())
0 commit comments