@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | $this->sut = new Factory(); |
29 | 29 | |
30 | - $dns = sprintf( |
|
30 | + $dns = sprintf( |
|
31 | 31 | 'pgsql:dbname=%s;host=%s', |
32 | 32 | $_ENV['POSTGRES_DB'], |
33 | 33 | 'postgres' |