mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 03:29:51 +02:00
config related metrics (#2065)
This commit is contained in:
parent
9de340b48b
commit
a935c1ba30
10 changed files with 153 additions and 21 deletions
|
@ -159,7 +159,7 @@ func TestSyncer(t *testing.T) {
|
|||
|
||||
clearCh := make(chan struct{})
|
||||
updateCh := make(chan []*Record)
|
||||
syncer := NewSyncer(testSyncerHandler{
|
||||
syncer := NewSyncer("test", testSyncerHandler{
|
||||
getDataBrokerServiceClient: func() DataBrokerServiceClient {
|
||||
return NewDataBrokerServiceClient(gc)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue