File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ override it in the ``test`` environment to use this transport:
1065
1065
framework :
1066
1066
messenger :
1067
1067
transports :
1068
- async_priority_normal : ' in-memory:/// '
1068
+ async_priority_normal : ' in-memory://'
1069
1069
1070
1070
.. code-block :: xml
1071
1071
@@ -1081,7 +1081,7 @@ override it in the ``test`` environment to use this transport:
1081
1081
1082
1082
<framework : config >
1083
1083
<framework : messenger >
1084
- <framework : transport name =" async_priority_normal" dsn =" in-memory:/// " />
1084
+ <framework : transport name =" async_priority_normal" dsn =" in-memory://" />
1085
1085
</framework : messenger >
1086
1086
</framework : config >
1087
1087
</container >
@@ -1093,7 +1093,7 @@ override it in the ``test`` environment to use this transport:
1093
1093
'messenger' => [
1094
1094
'transports' => [
1095
1095
'async_priority_normal' => [
1096
- 'dsn' => 'in-memory:/// ',
1096
+ 'dsn' => 'in-memory://',
1097
1097
],
1098
1098
],
1099
1099
],
You can’t perform that action at this time.
0 commit comments