Skip to content

Commit b75387a

Browse files
committed
fake
1 parent bfd8972 commit b75387a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ def random_group_classifier(
642642
data = {
643643
"gid": gid,
644644
"bundle": {
645-
"vcs_ref": "asdfasdf",
646-
"vcs_url": "https://foo.classifiers.git",
645+
"vcs_ref": fake.lexify(text="???????"),
646+
"vcs_url": "https://organization.classifiers.git",
647647
"build_date": "2021-01-20T15:19:30Z",
648648
"classifiers": {
649649
"project::dak": {
@@ -654,7 +654,7 @@ def random_group_classifier(
654654
"markdown": "",
655655
"released": None,
656656
"classifier": "project::dak",
657-
"created_by": "Nicolas Chavannes",
657+
"created_by": fake.user_name(),
658658
"github_url": None,
659659
"display_name": "DAK",
660660
"wikipedia_url": None,
@@ -665,10 +665,10 @@ def random_group_classifier(
665665
"logo": None,
666666
"aliases": ["Zurich MedTech AG"],
667667
"related": [],
668-
"markdown": "Zurich MedTech AG (ZMT) offers tools and best practices for targeted life sciences applications to simulate, analyze, and predict complex and dynamic biological processes and interactions. ZMT is a member of Zurich43",
668+
"markdown": fake.text(),
669669
"released": None,
670670
"classifier": "organization::zmt",
671-
"created_by": "crespo",
671+
"created_by": fake.user_name(),
672672
"github_url": None,
673673
"display_name": "ZMT",
674674
"wikipedia_url": None,
@@ -678,8 +678,8 @@ def random_group_classifier(
678678
"collections": {
679679
"jupyterlab-math": {
680680
"items": ["crespo/osparc-demo"],
681-
"markdown": "Curated collection of repositories with examples of notebooks to run in jupyter-python-octave-math service",
682-
"created_by": "crespo",
681+
"markdown": fake.text(),
682+
"created_by": fake.user_name(),
683683
"display_name": "jupyterlab-math",
684684
}
685685
},

0 commit comments

Comments
 (0)