From b65d363352447254932e40d0c05e33f10cece97b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 11 Oct 2024 13:11:24 +0200 Subject: [PATCH] Adjust test --- tests/api/test_host.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/api/test_host.py b/tests/api/test_host.py index b2312fae820..92064373122 100644 --- a/tests/api/test_host.py +++ b/tests/api/test_host.py @@ -15,6 +15,7 @@ from tests.dbus_service_mocks.systemd import Systemd as SystemdService DEFAULT_RANGE = "entries=:-99:100" +DEFAULT_RANGE_FOLLOW = "entries=:-99:" # pylint: disable=protected-access @@ -233,7 +234,7 @@ async def test_advanced_logs( "SYSLOG_IDENTIFIER": coresys.host.logs.default_identifiers, "follow": "", }, - range_header=DEFAULT_RANGE, + range_header=DEFAULT_RANGE_FOLLOW, accept=LogFormat.JOURNAL, )