Skip to content

Commit

Permalink
qa: set server name to "mongodb" in unit tests
Browse files Browse the repository at this point in the history
Needs to match the service in the workflow.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Jun 11, 2021
1 parent 3e4ccac commit 3adaef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Filter/local.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
],
'odm_default' => [
'server' => 'localhost',
'server' => 'mongodb',
'port' => '27017',
'user' => '',
'password' => '',
Expand Down
2 changes: 1 addition & 1 deletion test/OrderBy/local.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
],
'odm_default' => [
'server' => 'localhost',
'server' => 'mongodb',
'port' => '27017',
'user' => '',
'password' => '',
Expand Down

0 comments on commit 3adaef7

Please sign in to comment.