Skip to content

Commit

Permalink
Remove _test suffix from test database env
Browse files Browse the repository at this point in the history
This suffix is already added during the CI, we don't need to specify it here, or we will end up with ci_test_test
  • Loading branch information
Sander authored Feb 4, 2022
1 parent 7b89aa9 commit 0d6b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
DATABASE_URL="mysql://root:[email protected]:3306/ci_test?serverVersion=5.7"
DATABASE_URL="mysql://root:[email protected]:3306/ci?serverVersion=5.7"

0 comments on commit 0d6b320

Please sign in to comment.