Skip to content

Commit e7b9338

Browse files
committed
Fixed failed nav test
1 parent c8af158 commit e7b9338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

foundation_cms/navigation/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Params:
2828
)
2929
external_url_link = factory.Trait(
3030
link_to="external_url",
31-
external_url=factory.Faker("url"),
31+
external_url=factory.Faker("url", schemes=["https"]),
3232
)
3333
relative_url_link = factory.Trait(
3434
link_to="relative_url",

0 commit comments

Comments
 (0)