Skip to content

Commit

Permalink
EWPP-3845: Restore usage of latest triple store image.
Browse files Browse the repository at this point in the history
  • Loading branch information
imanoleguskiza committed Jan 5, 2024
1 parent 5c5cd9c commit e2fde74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=drupal
sparql:
image: registry.fpfis.eu/openeuropa/triple-store-dev:1.32.0
image: registry.fpfis.eu/openeuropa/triple-store-dev
pull: true
environment:
- SPARQL_UPDATE=true
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/ContentCallForProposalsRenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function testProposalRendering(): void {
'items' => [
[
'label' => 'Funding programme',
'body' => 'Anti Fraud Information System (AFIS)',
'body' => 'Anti Fraud Information System (AFIS) (2014/2020)',
],
],
];
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/ContentProjectRenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function testProjectRendering(): void {

$funding_items = $unordered_list_items[0]->findAll('css', '.ecl-unordered-list__item');
$this->assertCount(1, $funding_items);
$this->assertListItem($funding_items[0], 'Anti Fraud Information System (AFIS)', ['Funding programme']);
$this->assertListItem($funding_items[0], 'Anti Fraud Information System (AFIS) (2014/2020)', ['Funding programme']);

$proposal_items = $unordered_list_items[1]->findAll('css', '.ecl-unordered-list__item');
$this->assertCount(3, $proposal_items);
Expand Down

0 comments on commit e2fde74

Please sign in to comment.