remove superfluous operator
This commit is contained in:
parent
add2e8591f
commit
13b191c689
|
|
@ -136,7 +136,7 @@ user_id_test() ->
|
|||
expect(Ch, Q, ExpectUser(undefined)),
|
||||
|
||||
set_param("federation-upstream", "local5673",
|
||||
"{\"uri\": \"amqp://localhost:5673\"," ++
|
||||
"{\"uri\": \"amqp://localhost:5673\","
|
||||
" \"trust-user-id\": true}"),
|
||||
|
||||
publish(Ch2, <<"upstream">>, <<"key">>, Msg),
|
||||
|
|
|
|||
Loading…
Reference in New Issue