Skip to content

Commit

Permalink
Fix Taxon context request body
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuczen committed Nov 25, 2021
1 parent f785e4c commit 562c490
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/Behat/Context/Shop/TaxonContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ public function iPrepareFetchTaxaQuery(): void
{
$expectedData = '
collection {
root{
id
slug
}
id
_id
name
Expand All @@ -56,10 +52,12 @@ public function iPrepareFetchTaxaQuery(): void
createdAt
updatedAt
translations{
collection{
slug
name
locale
collection{
id
name
slug
description
}
}
}';

Expand Down

0 comments on commit 562c490

Please sign in to comment.