Skip to content

Commit

Permalink
CI workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Nov 11, 2020
1 parent 215a4e0 commit edb261a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/RepoResourceTest.php
Expand Up @@ -58,7 +58,7 @@ static public function tearDownAfterClass(): void {
}

public function testGetDissServ(): void {
$res = self::$repo->getResourceById('http://id/10000');
$res = self::$repo->getResourceById('https://id.acdh.oeaw.ac.at/10000');
$res = new RepoResource($res->getUri(), self::$repo);
$ds1 = $res->getDissServices();
$urls = [];
Expand All @@ -68,7 +68,7 @@ public function testGetDissServ(): void {
}


$res = self::$repo->getResourceById('http://id/10000');
$res = self::$repo->getResourceById('https://id.acdh.oeaw.ac.at/10000');
$res = new RepoResourceDb($res->getUri(), self::$repoDb);
$ds2 = $res->getDissServices();
$n = 0;
Expand Down

0 comments on commit edb261a

Please sign in to comment.