Skip to content

Commit

Permalink
Queue mechanism to stop processing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ani2amigos committed Apr 1, 2024
1 parent 958f7ef commit bbe1f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixture/FixtureHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function getMySqlConnectionConfiguration()
$pdo = $config['brokers']['pdo'];

return [
'dsn' => 'mysql:host=' . $pdo['host'] . ';dbname=mailer_library;port=' . $pdo['port'] ?: 3306,
'dsn' => 'mysql:host=' . $pdo['host'] . ';dbname=mail_queue_test;port=' . $pdo['port'] ?: 3306,
'username' => $pdo['username'],
'password' => $pdo['password'] ?: '',
];
Expand Down

0 comments on commit bbe1f7b

Please sign in to comment.