зеркало из https://github.com/mozilla/PollBot.git
tests: Update ESR version
This commit is contained in:
Родитель
8c46d70efa
Коммит
57a5ce60de
|
@ -501,11 +501,11 @@ async def test_beta_partner_repacks(cli):
|
|||
|
||||
|
||||
async def test_esr_crash_stats_uptake(cli):
|
||||
resp = await check_response(cli, "/v1/firefox/52.2.1esr/crash-stats/uptake")
|
||||
resp = await check_response(cli, "/v1/firefox/52.7.3esr/crash-stats/uptake")
|
||||
body = await resp.json()
|
||||
assert body['status'] == Status.INCOMPLETE.value
|
||||
assert body['status'] == Status.EXISTS.value
|
||||
assert body['link'].startswith("https://crash-stats.mozilla.com/api/ADI/")
|
||||
assert body['message'].startswith("Crash-Stats uptake for version 52.2.1esr is")
|
||||
assert body['message'].startswith("Crash-Stats uptake for version 52.7.3esr is")
|
||||
|
||||
|
||||
async def test_release_crash_stats_uptake(cli):
|
||||
|
|
Загрузка…
Ссылка в новой задаче