mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Fix missing env variable replacement
This commit is contained in:
parent
7e279cc301
commit
b256f5cf2c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ abstract class DatabaseTest extends TestCase
|
|||
}
|
||||
}
|
||||
|
||||
return $this->createDefaultDBConnection(dba::get_db(), getenv('DB'));
|
||||
return $this->createDefaultDBConnection(dba::get_db(), getenv('MYSQL_DATABASE'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue