Skip to content

Commit

Permalink
Amend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMillar-MOJ committed Nov 5, 2024
1 parent 070153c commit 98d9111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def response_keys(self):
"state",
"specific_benefits",
"disregards",
"disregard_selection",
"has_passported_proceedings_letter",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def test_create_basic_data_with_extras(self):
"on_passported_benefits": random.choice([None, True, False]),
"specific_benefits": None,
"disregards": None,
"disregard_selection": None,
}
response = self._create(data=data)

Expand All @@ -235,6 +236,7 @@ def test_create_basic_data_with_extras(self):
on_passported_benefits=data["on_passported_benefits"],
specific_benefits=None,
disregards=None,
disregard_selection=None,
),
)

Expand Down

0 comments on commit 98d9111

Please sign in to comment.