@@ -188,27 +188,27 @@ consume_from_queue(Config) ->
188188 amqp_channel :call (Ch , # 'basic.consume' {queue = <<" test-queue" >>})).
189189
190190add_vhost (Config ) ->
191- ? assertMatch ({error , { timeout , _ } },
191+ ? assertMatch ({error , timeout },
192192 rabbit_ct_broker_helpers :add_vhost (Config , <<" vhost1" >>)).
193193
194194update_vhost (Config ) ->
195- ? assertThrow ({error , { timeout , _ } },
195+ ? assertThrow ({error , timeout },
196196 rabbit_ct_broker_helpers :rpc (Config , 0 , rabbit_vhost , update_tags ,
197197 [<<" /" >>, [carrots ], <<" user" >>])).
198198
199199delete_vhost (Config ) ->
200200 ? assertMatch ({'EXIT' , _ }, rabbit_ct_broker_helpers :delete_vhost (Config , <<" vhost1" >>)).
201201
202202add_user (Config ) ->
203- ? assertMatch ({error , { timeout , _ } },
203+ ? assertMatch ({error , timeout },
204204 rabbit_ct_broker_helpers :add_user (Config , <<" user1" >>)).
205205
206206update_user (Config ) ->
207- ? assertMatch ({error , { timeout , _ } },
207+ ? assertMatch ({error , timeout },
208208 rabbit_ct_broker_helpers :set_user_tags (Config , 0 , <<" user1" >>, [<<" admin" >>])).
209209
210210delete_user (Config ) ->
211- ? assertMatch ({error , { timeout , _ } },
211+ ? assertMatch ({error , timeout },
212212 rabbit_ct_broker_helpers :delete_user (Config , <<" user1" >>)).
213213
214214set_policy (Config ) ->
0 commit comments