Fix version check branch for UT
This commit is contained in:
parent
b786c8836f
commit
5e4a83bb98
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public function testGetVersionCode()
|
||||||
self::$versionPattern,
|
self::$versionPattern,
|
||||||
ApplicationUtils::getVersion(
|
ApplicationUtils::getVersion(
|
||||||
'https://raw.githubusercontent.com/shaarli/Shaarli/'
|
'https://raw.githubusercontent.com/shaarli/Shaarli/'
|
||||||
.'master/shaarli_version.php',
|
.'latest/shaarli_version.php',
|
||||||
$testTimeout
|
$testTimeout
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue