File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -1024,7 +1024,7 @@ override it in the ``test`` environment to use this transport:
1024
1024
framework :
1025
1025
messenger :
1026
1026
transports :
1027
- async_priority_normal : ' in-memory:/// '
1027
+ async_priority_normal : ' in-memory://'
1028
1028
1029
1029
.. code-block :: xml
1030
1030
@@ -1040,7 +1040,7 @@ override it in the ``test`` environment to use this transport:
1040
1040
1041
1041
<framework : config >
1042
1042
<framework : messenger >
1043
- <framework : transport name =" async_priority_normal" dsn =" in-memory:/// " />
1043
+ <framework : transport name =" async_priority_normal" dsn =" in-memory://" />
1044
1044
</framework : messenger >
1045
1045
</framework : config >
1046
1046
</container >
@@ -1052,7 +1052,7 @@ override it in the ``test`` environment to use this transport:
1052
1052
'messenger' => [
1053
1053
'transports' => [
1054
1054
'async_priority_normal' => [
1055
- 'dsn' => 'in-memory:/// ',
1055
+ 'dsn' => 'in-memory://',
1056
1056
],
1057
1057
],
1058
1058
],
You can’t perform that action at this time.
0 commit comments