fix(test): Slug was missing in ticket tests

This commit is contained in:
Kevin BATAILLE
2025-08-26 17:24:20 +02:00
parent 884c6a8262
commit 0879b3c924
2 changed files with 31 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!(
name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough",
latitude: 48.8566,
longitude: 2.3522,
@@ -109,6 +110,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!(
name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough",
latitude: 48.8566,
longitude: 2.3522,
@@ -147,6 +149,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!(
name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough",
latitude: 48.8566,
longitude: 2.3522,
@@ -184,6 +187,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!(
name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough",
latitude: 48.8566,
longitude: 2.3522,
@@ -221,6 +225,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!(
name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough",
latitude: 48.8566,
longitude: 2.3522,