Skip to content

Commit

Permalink
[Behat] Reverted header value change
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Apr 4, 2022
1 parent c008baa commit 2faf60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/symfony/cache.feature
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ Feature: As an site administrator I want my pages to be cached using Symfony Htt

Examples:
| user | password | itemName | itemNameAfterEdit | headerValue |
| admin | publish | NameToEditAdmin | NameEditedAdmin | GET /nameeditedadmin: fresh |
| anonymous | | NameToEditAnon | NameEditedAnon | GET /nameeditedanon: fresh |
| admin | publish | NameToEditAdmin | NameEditedAdmin | GET /site/nameeditedadmin: fresh |
| anonymous | | NameToEditAnon | NameEditedAnon | GET /site/nameeditedanon: fresh |

0 comments on commit 2faf60b

Please sign in to comment.