Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
depsiatwal committed Dec 15, 2022
1 parent 13976ef commit cb1d20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mail/tests/test_licence_to_edifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_open_licence_with_country_group(self):
"start_date": "1",
"end_date": "2",
"organisation": {
"address": {},
"address": {"line_1": "Required line 1 address"},
},
"address": {},
"type": "oiel", # One of the OPEN_LICENCES.
Expand All @@ -247,7 +247,7 @@ def test_open_licence_with_multiple_countries(self):
"start_date": "1",
"end_date": "2",
"organisation": {
"address": {},
"address": {"line_1": "Required line 1 address"},
},
"address": {},
"type": "oiel", # One of the OPEN_LICENCES.
Expand Down

0 comments on commit cb1d20b

Please sign in to comment.