tests: update for new label (#51586)

This commit is contained in:
Frédéric Péters 2021-03-02 17:04:20 +01:00
parent a5162176ba
commit b10a29ed11
1 changed files with 5 additions and 2 deletions

View File

@ -138,7 +138,7 @@ def test_collect_agenda_data(urlopen, pub, chrono_url):
urlopen.reset_mock()
assert collect_agenda_data(pub) == [
{
'text': 'Meetings A - Slot types',
'text': 'Meetings A - Meeting types',
'url': 'http://chrono.example.net/api/agenda/meetings-A/meetings/',
},
{
@ -149,7 +149,10 @@ def test_collect_agenda_data(urlopen, pub, chrono_url):
'text': 'Meetings A - Slots of type MT 2',
'url': 'http://chrono.example.net/api/agenda/meetings-A/meetings/mt-2/datetimes/',
},
{'text': 'Virtual B - Slot types', 'url': 'http://chrono.example.net/api/agenda/virtual-B/meetings/'},
{
'text': 'Virtual B - Meeting types',
'url': 'http://chrono.example.net/api/agenda/virtual-B/meetings/',
},
{
'text': 'Virtual B - Slots of type MT 3',
'url': 'http://chrono.example.net/api/agenda/virtual-B/meetings/mt-3/datetimes/',