From 7606db6e9b5a149cf23971c513283874b517ff0e Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Wed, 1 Jan 2025 17:56:52 +0100 Subject: Updated test fixtures. --- test/fixtures/scores.yml | 2 ++ test/fixtures/tartiflettes.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'test') 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 -- cgit v1.2.3