mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
events: remove xds configuraton update (#3792)
This commit is contained in:
parent
57217af7dd
commit
ce1b8701da
10 changed files with 8 additions and 823 deletions
|
@ -85,13 +85,13 @@ func TestEvents(t *testing.T) {
|
|||
},
|
||||
}),
|
||||
}
|
||||
err := srv.storeEvent(ctx, new(events.EnvoyConfigurationEvent))
|
||||
err := srv.storeEvent(ctx, new(events.LastError))
|
||||
assert.NoError(t, err)
|
||||
return err
|
||||
})
|
||||
_ = eg.Wait()
|
||||
|
||||
assert.Equal(t, uint64(maxEvents), setOptionsRequest.GetOptions().GetCapacity())
|
||||
assert.Equal(t, "type.googleapis.com/pomerium.events.EnvoyConfigurationEvent", putRequest.GetRecord().GetType())
|
||||
assert.Equal(t, "type.googleapis.com/pomerium.events.LastError", putRequest.GetRecord().GetType())
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue