Skip to content

Commit

Permalink
changed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelakhovl committed Dec 8, 2024
1 parent c45e541 commit f31bd6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions BackEnd/profiles/tests/test_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ def test_profile_factory(self):
category = CategoryFactory()
region = RegionFactory()
profile = ProfileFactory(
activities=(activity,),
categories=(category,),
regions=(region,),
official_name="Test Official Name",
activities=(activity,), categories=(category,), regions=(region,)
)
self.assertIsNotNone(profile.id)
self.assertIsNotNone(profile.person)
Expand Down
1 change: 0 additions & 1 deletion BackEnd/profiles/tests/test_reject_moderation_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ def test_register_blocked_user_due_to_rejected_request(
"captcha": "dummy_captcha",
"company": {
"name": "Test Company",
"official_name": "My Official Company Name",
"is_registered": True,
"is_startup": False,
"is_fop": False,
Expand Down

0 comments on commit f31bd6a

Please sign in to comment.