Skip to content

Commit

Permalink
cbf
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed May 7, 2024
1 parent 00bf4c0 commit ceb5476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function testAlias(): void {
->set('route_normalizer_enabled', FALSE)
->save();

// rebuild caches
// Rebuild caches.
$this->container->get('cache.graphql.results')->deleteAll();

$response = $this->query($query, $variables);
Expand Down

0 comments on commit ceb5476

Please sign in to comment.