Skip to content

Commit f87a551

Browse files
committed
Relax and assertion which may vary when run not in isolation
1 parent 12ec3a5 commit f87a551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/vhost_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,11 @@ vhost_update_idempotency(Config) ->
334334

335335
?assertEqual(ok, rabbit_ct_broker_helpers:add_vhost(Config, VHost)),
336336

337-
?assertMatch({vhost,VHost, [], #{tags := [private,replicate]}},
337+
?assertMatch({vhost,VHost, _, #{tags := [private,replicate]}},
338338
rabbit_ct_broker_helpers:rpc(Config, 0,
339339
rabbit_vhost, update_tags,
340340
[VHost, [private, replicate], ActingUser])),
341-
?assertMatch({vhost,VHost, [], #{tags := [private,replicate]}},
341+
?assertMatch({vhost,VHost, _, #{tags := [private,replicate]}},
342342
rabbit_ct_broker_helpers:rpc(Config, 0,
343343
rabbit_vhost, update_tags,
344344
[VHost, [replicate, private], ActingUser])),

0 commit comments

Comments
 (0)