incorporate observer interface into components
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ func newMockEnvoy(t *testing.T) (*mockPool, *Envoy) {
|
||||
t.Helper()
|
||||
|
||||
p := newMockPool(t)
|
||||
emb := NewEmbassy(p.ctx, p.plugin, nil)
|
||||
emb := NewEmbassy(p.ctx, p.plugin)
|
||||
err := emb.Dispatch(p.url)
|
||||
assert.NoError(t, err)
|
||||
envoy := emb.Call(p.url)
|
||||
|
||||
Reference in New Issue
Block a user