Skip to content

Commit f952943

Browse files
committed
Fix broken form test
This appears to have started failing since it was merged but wasn't picked up by CI.
1 parent 1fa89ea commit f952943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/participants/tests/test_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_no_provider_selected(self, participant, current_provider):
162162
)
163163
assert not form.is_valid()
164164
assert form.errors == {
165-
"provider": ["Select another brest screening unit."],
165+
"provider": ["Select another breast screening unit"],
166166
}
167167

168168
def test_mammogram_in_same_provider(self, participant, current_provider):

0 commit comments

Comments
 (0)