Skip to content

Commit e7429c1

Browse files
committed
Update JsonDriverTest.php
1 parent 89cd39d commit e7429c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/WebFiori/Framework/Tests/Config/JsonDriverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,5 +664,6 @@ public function testEnvVars00() {
664664

665665
putenv('SCHEDULER_PASS=my_secure_hash');
666666
$this->assertEquals('my_secure_hash', $driver->getSchedulerPassword());
667+
$driver->setConfigFileName('app-config.json');
667668
}
668669
}

0 commit comments

Comments
 (0)