Skip to content

Commit

Permalink
Fixing tests, and missing permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renee Stephen committed Mar 3, 2022
1 parent bfa8d5f commit 9159361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pantheon_drupal_edge_integrations.routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pantheon_drupal_edge_integrations.config:
_form: '\Drupal\pantheon_drupal_edge_integrations\Form\EdgeIntegrationsCDNConfigForm'
_title: 'Edge Integrations CDN configuration'
requirements:
_permission: 'configure edge integrations cdn settings'
_permission: 'configure edge integrations'
4 changes: 2 additions & 2 deletions tests/src/Unit/VaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ protected function setUp(): void {

// For testing when all tags are present.
$tags['all'] = [
'pantheon_edge_integrations.geo',
'pantheon_edge_integrations.interest',
'pantheon_drupal_edge_integrations.geo',
'pantheon_drupal_edge_integrations.interest',
];

// Create HeaderEventSubscriber object.
Expand Down

0 comments on commit 9159361

Please sign in to comment.