Skip to content

Commit

Permalink
Fixed tests profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Dec 22, 2024
1 parent 6846a6f commit b05292b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions BackEnd/administration/tests/test_admin_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def test_get_profiles_structure_json(self):
{
"id": AnyInt(),
"name": "Test person",
"is_registered": True,
"is_startup": True,
"person": {
"name": AnyStr(),
"surname": AnyStr(),
Expand All @@ -66,11 +64,14 @@ def test_get_profiles_structure_json(self):
"is_superuser": False,
"company_name": True,
},
"person_position": "Test person position",
"regions": [],
"official_name": "Test official name",
"business_entity": AnyStr(),
"status": AnyStr(),
"updated_at": AnyStr(),
"created_at": AnyStr(),
"company_type": AnyStr(),
"activities": [],
"representative": AnyStr(),
"phone": "380112909099",
"edrpou": "10000003",
"address": "Test Country, Test City, St. Test, 1",
"is_deleted": False,
}
Expand Down

0 comments on commit b05292b

Please sign in to comment.