Skip to content

Commit

Permalink
Fix SLES subscription identifier in host tests (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Jan 8, 2024
1 parent ff0412a commit 887ad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/factory.ex
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ defmodule Trento.Factory do

%SlesSubscriptionReadModel{
host_id: host.id,
identifier: Faker.Airports.iata(),
identifier: Faker.StarWars.planet(),
version: Faker.App.semver(),
expires_at: DateTime.to_iso8601(Faker.DateTime.forward(2)),
starts_at: DateTime.to_iso8601(Faker.DateTime.backward(2)),
Expand Down

0 comments on commit 887ad92

Please sign in to comment.