Skip to content

Commit

Permalink
Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed May 4, 2023
1 parent 8c7ad1c commit 4bd910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RabbitMQConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RabbitMQConnectorTest extends TestCase
public function setUp(): void
{
ConnectorFactory::registerConnector(RabbitMQConnector::class);
$this->connector = ConnectorFactory::create("amqp://guest:guest@localhost:5672/");
$this->connector = ConnectorFactory::create("amqp://guest:guest@127.0.0.1:5672/");
}

public function testClearQueues()
Expand Down

0 comments on commit 4bd910d

Please sign in to comment.