mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 23:57:34 +02:00
parent
aab9ec413e
commit
bc61206b78
21 changed files with 409 additions and 88 deletions
|
@ -26,7 +26,7 @@ func TestConfigSource(t *testing.T) {
|
|||
}
|
||||
defer li.Close()
|
||||
|
||||
dataBrokerServer := newTestServer()
|
||||
dataBrokerServer := New()
|
||||
srv := grpc.NewServer()
|
||||
databroker.RegisterDataBrokerServiceServer(srv, dataBrokerServer)
|
||||
go func() { _ = srv.Serve(li) }()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue