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 ++ 1 file changed, 2 insertions(+) (limited to 'test/fixtures/scores.yml') 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 %> -- cgit v1.2.3