diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 17:56:52 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 17:56:52 +0100 |
commit | 7606db6e9b5a149cf23971c513283874b517ff0e (patch) | |
tree | 19220f4132fe6f6b553a8ea92f5e102d4285bf41 | |
parent | 75ab5498ca90bc3e3b4fecd3103dec2c0c089039 (diff) |
Updated test fixtures.
-rw-r--r-- | test/fixtures/scores.yml | 2 | ||||
-rw-r--r-- | test/fixtures/tartiflettes.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/scores.yml b/test/fixtures/scores.yml index b71217b..cfebe7a 100644 --- a/test/fixtures/scores.yml +++ b/test/fixtures/scores.yml @@ -4,8 +4,10 @@ one: tartiflette: one scoring_criterium: one value: 1 + session_id: <%= SecureRandom.uuid %> two: tartiflette: two scoring_criterium: two value: 2 + session_id: <%= SecureRandom.uuid %> diff --git a/test/fixtures/tartiflettes.yml b/test/fixtures/tartiflettes.yml index ad75608..ec1af7b 100644 --- a/test/fixtures/tartiflettes.yml +++ b/test/fixtures/tartiflettes.yml @@ -2,6 +2,8 @@ one: scoring_id: 1 + name: Tartiflette One two: scoring_id: 2 + name: Tartiflette Two |