Skip to content

Commit 2bbf4ad

Browse files
NaktibaldaDavertMik
authored andcommitted
[AMQP] Changed default host to localhost (#3367)
1 parent 58e253e commit 2bbf4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/AMQP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
class AMQP extends CodeceptionModule
6060
{
6161
protected $config = [
62-
'host' => 'locahost',
62+
'host' => 'localhost',
6363
'username' => 'guest',
6464
'password' => 'guest',
6565
'port' => '5672',

0 commit comments

Comments
 (0)