Fix version check branch for UT

This commit is contained in:
ArthurHoaro 2017-03-22 18:55:09 +01:00
parent b786c8836f
commit 5e4a83bb98
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ApplicationUtilsTest extends PHPUnit_Framework_TestCase
self::$versionPattern,
ApplicationUtils::getVersion(
'https://raw.githubusercontent.com/shaarli/Shaarli/'
.'master/shaarli_version.php',
.'latest/shaarli_version.php',
$testTimeout
)
);