mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Flush to make sure it gets processed
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -2968,6 +2968,7 @@ func TestAccountServiceImportWithRouteMappings(t *testing.T) {
|
||||
defer ncFoo.Close()
|
||||
|
||||
fooSub := natsSubSync(t, ncFoo, "request.v2")
|
||||
ncFoo.Flush()
|
||||
|
||||
// Requestor
|
||||
ncBar := natsConnect(t, fmt.Sprintf("nats://ivan:bar@%s:%d", opts.Host, opts.Port))
|
||||
|
||||
Reference in New Issue
Block a user