Fix pages which assume broadcasts have a finish time

They no longer have a finish time until they have been approved.
Previously it was the person preparing the broadcast who chose when it
should finish.
This commit is contained in:
Chris Hill-Scott
2020-08-19 15:10:44 +01:00
parent 1acc3b55eb
commit 283393024d
4 changed files with 3 additions and 6 deletions

View File

@@ -760,7 +760,6 @@ def test_cant_approve_own_broadcast(
normalize_spaces(page.select_one('.banner').text)
) == (
'Your broadcast is waiting for approval from another member of your team '
'Once approved it will be live until tomorrow at 11:23pm '
'Withdraw this broadcast'
)

View File

@@ -4284,6 +4284,7 @@ def mock_get_broadcast_messages(
),
partial_json(
status='pending-approval',
finishes_at=None,
),
partial_json(
status='broadcasting',