Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovard committed May 31, 2024
1 parent 82c3189 commit d08586d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions geocity/tests/accounts/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def get_user_data(self):
"address": "an address",
"zipcode": 1007,
"city": "Lausanne",
"country": "CH",
"phone_first": "0789124692",
}

Expand Down
1 change: 1 addition & 0 deletions geocity/tests/submissions/test_a_permit_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,7 @@ def setUp(self):
"form-0-address": ["Main street 1"],
"form-0-zipcode": ["2000"],
"form-0-city": ["City"],
"form-0-country": ["CH"],
"form-0-company_name": [""],
"form-0-vat_number": [""],
"form-0-id": [""],
Expand Down

0 comments on commit d08586d

Please sign in to comment.