Skip to content

Commit ad47ca2

Browse files
authored
fix: typo in cron script name (#858)
Issue SYNC-4327
1 parent 87954a2 commit ad47ca2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_integration_all_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ async def test_basic_delivery_with_tracked_vapid(
883883
jresp = json.loads(resp.text)
884884
assert jresp["accepted"] == 1
885885
for other in ["accepted_webpush", "received", "transmitted_webpush", "transmitted"]:
886-
assert jresp[other] == 0, f"reliablity state '{other}' was not 0"
886+
assert jresp[other] == 0, f"reliability state '{other}' was not 0"
887887

888888

889889
async def test_basic_delivery_with_invalid_vapid(

0 commit comments

Comments
 (0)